Html Css Color HEX #0CDD07 Free Speech Green

📋 copy color: '#0CDD07'

red 12 ◦ green 221 ◦ blue 7

#0CDD07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0CDD07

Tints of Free Speech Green #0CDD07

RGB

 RED value IS 12 (5.08% from 255) = 5%

 GREEN value IS 221 (86.72% from 255) = 92.08%

 BLUE value IS 7 (3.13% from 255) = 2.92%

R = 5%
G = 92.08%
B = 2.92%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0CDD07 (or 0x0CDD07) is known color: Free Speech Green. HEX triplet: 0C, DD and 07. RGB value is (12,221,7). Sum of RGB (Red+Green+Blue) = 12+221+7=240 (31% of max value = 765). Red value is 12 (5.08% from 255 or 5% from 240); Green value is 221 (86.72% from 255 or 92.08% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 221 - color contains mainly: green. Hex color #0CDD07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CDD07 is #F322F8. Grayscale: #868686. Windows color (decimal): -15934201 or 515340. OLE color: 515340.

HSL color Cylindrical-coordinate representation of color #0CDD07: hue angle of 118.6º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0CDD07 is Cyan = 0.95, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 12 221 7 -
CMYK 0.95 0 0.97 0.13
HSL 118.6º 0.94% 0.45% -
HSV(B) 118.6º 0.97% 0.87% -
XYZ 26.05 51.81 8.83 -
YUV 134.11 56.26 40.9 -
System Red Green Blue C M Y K H S L
Decimal 12 221 7 0.95 0 0.97 0.13 118.6 0.94 0.45
Hex C DD 7 5F 0 61 D 77 5E 2D
Octal 14 335 7 137 0 141 15 167 136 55
Binary 1100 11011101 111 1011111 0 1100001 1101 1110111 1011110 101101

Color Harmonies of #0CDD07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDD07

Black with #0CDD07

Text Example


Text Example

White with #0CDD07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CDD07; }

 p { color: rgb(12,221,7); }

 H1.HeaderClassName
 {
   color: #0CDD07;
 }
 .AnyTagClassName
 {
   color: #0CDD07;
 }
</style>

background-color css

<style>
 a { background-color: #0CDD07; }

 a { background-color: rgb(12,221,7); }

 div.DivClassName
 {
   background-color: #0CDD07;
 }
 .BgClassName
 {
   background-color: #0CDD07;
 }
</style>

border-color css

<style>
 span { border-color: #0CDD07; }

 span { border-color: rgb(12,221,7); }

 td.TdClassName
 {
   border-color: #0CDD07;
 }
 .TagClassName
 {
   border-color: #0CDD07;
 }
</style>