Html Css Color HEX #C9DE0C Inch Worm

📋 copy color: '#C9DE0C'

red 201 ◦ green 222 ◦ blue 12

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

Shades of Inch Worm #C9DE0C

Tints of Inch Worm #C9DE0C

RGB

 RED value IS 201 (78.91% from 255) = 46.21%

 GREEN value IS 222 (87.11% from 255) = 51.03%

 BLUE value IS 12 (5.08% from 255) = 2.76%

R = 46.21%
G = 51.03%
B = 2.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#C9DE0C (or 0xC9DE0C) is known color: Inch Worm. HEX triplet: C9, DE and 0C. RGB value is (201,222,12). Sum of RGB (Red+Green+Blue) = 201+222+12=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 222 (87.11% from 255 or 51.03% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DE0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DE0C is #3621F3. Grayscale: #C0C0C0. Windows color (decimal): -3547636 or 843465. OLE color: 843465.

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

Color convert

RGB 201 222 12 -
CMYK 0.09 0 0.95 0.13
HSL 66º 0.9% 0.46% -
HSV(B) 66º 0.95% 0.87% -
XYZ 50.28 64.69 10.18 -
YUV 191.78 26.54 134.58 -
System Red Green Blue C M Y K H S L
Decimal 201 222 12 0.09 0 0.95 0.13 66 0.9 0.46
Hex C9 DE C 9 0 5F D 42 5A 2E
Octal 311 336 14 11 0 137 15 102 132 56
Binary 11001001 11011110 1100 1001 0 1011111 1101 1000010 1011010 101110

Color Harmonies of #C9DE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DE0C

Black with #C9DE0C

Text Example


Text Example

White with #C9DE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DE0C; }

 p { color: rgb(201,222,12); }

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

background-color css

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

 a { background-color: rgb(201,222,12); }

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

border-color css

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

 span { border-color: rgb(201,222,12); }

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