Html Css Color HEX #C5DB0A Inch Worm

📋 copy color: '#C5DB0A'

red 197 ◦ green 219 ◦ blue 10

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

Shades of Inch Worm #C5DB0A

Tints of Inch Worm #C5DB0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 46.24%
G = 51.41%
B = 2.35%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#C5DB0A (or 0xC5DB0A) is known color: Inch Worm. HEX triplet: C5, DB and 0A. RGB value is (197,219,10). Sum of RGB (Red+Green+Blue) = 197+219+10=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 219 (85.94% from 255 or 51.41% from 426); Blue value is 10 (4.30% from 255 or 2.35% from 426); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DB0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DB0A is #3A24F5. Grayscale: #BDBDBD. Windows color (decimal): -3810550 or 711621. OLE color: 711621.

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

Color convert

RGB 197 219 10 -
CMYK 0.10 0 0.95 0.14
HSL 66.32º 0.91% 0.45% -
HSV(B) 66.32º 0.95% 0.86% -
XYZ 48.41 62.56 9.81 -
YUV 188.6 27.21 133.99 -
System Red Green Blue C M Y K H S L
Decimal 197 219 10 0.10 0 0.95 0.14 66.32 0.91 0.45
Hex C5 DB A A 0 5F E 42 5B 2D
Octal 305 333 12 12 0 137 16 102 133 55
Binary 11000101 11011011 1010 1010 0 1011111 1110 1000010 1011011 101101

Color Harmonies of #C5DB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DB0A

Black with #C5DB0A

Text Example


Text Example

White with #C5DB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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