Html Css Color HEX #C9DD0D Inch Worm

📋 copy color: '#C9DD0D'

red 201 ◦ green 221 ◦ blue 13

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

Shades of Inch Worm #C9DD0D

Tints of Inch Worm #C9DD0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.99%

R = 46.21%
G = 50.8%
B = 2.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#C9DD0D (or 0xC9DD0D) is known color: Inch Worm. HEX triplet: C9, DD and 0D. RGB value is (201,221,13). Sum of RGB (Red+Green+Blue) = 201+221+13=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 13 (5.47% from 255 or 2.99% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DD0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DD0D is #3622F2. Grayscale: #C0C0C0. Windows color (decimal): -3547891 or 908745. OLE color: 908745.

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

Color convert

RGB 201 221 13 -
CMYK 0.09 0 0.94 0.13
HSL 65.77º 0.89% 0.46% -
HSV(B) 65.77º 0.94% 0.87% -
XYZ 50.02 64.16 10.13 -
YUV 191.31 27.37 134.91 -
System Red Green Blue C M Y K H S L
Decimal 201 221 13 0.09 0 0.94 0.13 65.77 0.89 0.46
Hex C9 DD D 9 0 5E D 42 59 2E
Octal 311 335 15 11 0 136 15 102 131 56
Binary 11001001 11011101 1101 1001 0 1011110 1101 1000010 1011001 101110

Color Harmonies of #C9DD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DD0D

Black with #C9DD0D

Text Example


Text Example

White with #C9DD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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