Html Css Color HEX #C5DB06 Inch Worm

📋 copy color: '#C5DB06'

red 197 ◦ green 219 ◦ blue 6

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

Shades of Inch Worm #C5DB06

Tints of Inch Worm #C5DB06

RGB

 RED value IS 197 (77.34% from 255) = 46.68%

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

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 46.68%
G = 51.9%
B = 1.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#C5DB06 (or 0xC5DB06) is known color: Inch Worm. HEX triplet: C5, DB and 06. RGB value is (197,219,6). Sum of RGB (Red+Green+Blue) = 197+219+6=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DB06 is #3A24F9. Grayscale: #BCBCBC. Windows color (decimal): -3810554 or 449477. OLE color: 449477.

HSL color Cylindrical-coordinate representation of color #C5DB06: hue angle of 66.2º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C5DB06 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 197 219 6 -
CMYK 0.10 0 0.97 0.14
HSL 66.2º 0.95% 0.44% -
HSV(B) 66.2º 0.97% 0.86% -
XYZ 48.39 62.55 9.69 -
YUV 188.14 25.21 134.32 -
System Red Green Blue C M Y K H S L
Decimal 197 219 6 0.10 0 0.97 0.14 66.2 0.95 0.44
Hex C5 DB 6 A 0 61 E 42 5F 2C
Octal 305 333 6 12 0 141 16 102 137 54
Binary 11000101 11011011 110 1010 0 1100001 1110 1000010 1011111 101100

Color Harmonies of #C5DB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB06

Black with #C5DB06

Text Example


Text Example

White with #C5DB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB06; }

 p { color: rgb(197,219,6); }

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

background-color css

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

 a { background-color: rgb(197,219,6); }

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

border-color css

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

 span { border-color: rgb(197,219,6); }

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