Html Css Color HEX #C0DB00 Inch Worm

📋 copy color: '#C0DB00'

red 192 ◦ green 219 ◦ blue 0

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

Shades of Inch Worm #C0DB00

Tints of Inch Worm #C0DB00

RGB

 RED value IS 192 (75.39% from 255) = 46.72%

 GREEN value IS 219 (85.94% from 255) = 53.28%

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

R = 46.72%
G = 53.28%
B = 0%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#C0DB00 (or 0xC0DB00) is known color: Inch Worm. HEX triplet: C0, DB and 00. RGB value is (192,219,0). Sum of RGB (Red+Green+Blue) = 192+219+0=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 219 (85.94% from 255 or 53.28% from 411); Blue value is 0 (0.39% from 255 or 0% from 411); Max value from RGB is 219 - color contains mainly: green. Hex color #C0DB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0DB00 is #3F24FF. Grayscale: #BABABA. Windows color (decimal): -4138240 or 56256. OLE color: 56256.

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

Color convert

RGB 192 219 0 -
CMYK 0.12 0 1 0.14
HSL 67.4º 1% 0.43% -
HSV(B) 67.4º 1% 0.86% -
XYZ 47.07 61.87 9.46 -
YUV 185.96 23.05 132.31 -
System Red Green Blue C M Y K H S L
Decimal 192 219 0 0.12 0 1 0.14 67.4 1 0.43
Hex C0 DB 0 C 0 64 E 43 64 2B
Octal 300 333 0 14 0 144 16 103 144 53
Binary 11000000 11011011 0 1100 0 1100100 1110 1000011 1100100 101011

Color Harmonies of #C0DB00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DB00

Black with #C0DB00

Text Example


Text Example

White with #C0DB00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DB00; }

 p { color: rgb(192,219,0); }

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

background-color css

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

 a { background-color: rgb(192,219,0); }

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

border-color css

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

 span { border-color: rgb(192,219,0); }

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