Html Css Color HEX #C9DD00 Inch Worm

📋 copy color: '#C9DD00'

red 201 ◦ green 221 ◦ blue 0

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

Shades of Inch Worm #C9DD00

Tints of Inch Worm #C9DD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.63%
G = 52.37%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#C9DD00 (or 0xC9DD00) is known color: Inch Worm. HEX triplet: C9, DD and 00. RGB value is (201,221,0). Sum of RGB (Red+Green+Blue) = 201+221+0=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DD00 is #3622FF. Grayscale: #BEBEBE. Windows color (decimal): -3547904 or 56777. OLE color: 56777.

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

Color convert

RGB 201 221 0 -
CMYK 0.09 0 1 0.13
HSL 65.43º 1% 0.43% -
HSV(B) 65.43º 1% 0.87% -
XYZ 49.94 64.13 9.75 -
YUV 189.83 20.87 135.97 -
System Red Green Blue C M Y K H S L
Decimal 201 221 0 0.09 0 1 0.13 65.43 1 0.43
Hex C9 DD 0 9 0 64 D 41 64 2B
Octal 311 335 0 11 0 144 15 101 144 53
Binary 11001001 11011101 0 1001 0 1100100 1101 1000001 1100100 101011

Color Harmonies of #C9DD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD00

Black with #C9DD00

Text Example


Text Example

White with #C9DD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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