Html Css Color HEX #C9DD0F Inch Worm

📋 copy color: '#C9DD0F'

red 201 ◦ green 221 ◦ blue 15

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

Shades of Inch Worm #C9DD0F

Tints of Inch Worm #C9DD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.43%

R = 46%
G = 50.57%
B = 3.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#C9DD0F (or 0xC9DD0F) is known color: Inch Worm. HEX triplet: C9, DD and 0F. RGB value is (201,221,15). Sum of RGB (Red+Green+Blue) = 201+221+15=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 221 (86.72% from 255 or 50.57% from 437); Blue value is 15 (6.25% from 255 or 3.43% from 437); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DD0F is #3622F0. Grayscale: #C0C0C0. Windows color (decimal): -3547889 or 1039817. OLE color: 1039817.

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

Color convert

RGB 201 221 15 -
CMYK 0.09 0 0.93 0.13
HSL 65.83º 0.87% 0.46% -
HSV(B) 65.83º 0.93% 0.87% -
XYZ 50.03 64.16 10.2 -
YUV 191.54 28.37 134.75 -
System Red Green Blue C M Y K H S L
Decimal 201 221 15 0.09 0 0.93 0.13 65.83 0.87 0.46
Hex C9 DD F 9 0 5D D 42 57 2E
Octal 311 335 17 11 0 135 15 102 127 56
Binary 11001001 11011101 1111 1001 0 1011101 1101 1000010 1010111 101110

Color Harmonies of #C9DD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD0F

Black with #C9DD0F

Text Example


Text Example

White with #C9DD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD0F; }

 p { color: rgb(201,221,15); }

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

background-color css

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

 a { background-color: rgb(201,221,15); }

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

border-color css

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

 span { border-color: rgb(201,221,15); }

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