Html Css Color HEX #C5DC08 Inch Worm

📋 copy color: '#C5DC08'

red 197 ◦ green 220 ◦ blue 8

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

Shades of Inch Worm #C5DC08

Tints of Inch Worm #C5DC08

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.76%

 BLUE value IS 8 (3.52% from 255) = 1.88%

R = 46.35%
G = 51.76%
B = 1.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#C5DC08 (or 0xC5DC08) is known color: Inch Worm. HEX triplet: C5, DC and 08. RGB value is (197,220,8). Sum of RGB (Red+Green+Blue) = 197+220+8=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 220 (86.33% from 255 or 51.76% from 425); Blue value is 8 (3.52% from 255 or 1.88% from 425); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC08 is #3A23F7. Grayscale: #BDBDBD. Windows color (decimal): -3810296 or 580805. OLE color: 580805.

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

Color convert

RGB 197 220 8 -
CMYK 0.10 0 0.96 0.14
HSL 66.51º 0.93% 0.45% -
HSV(B) 66.51º 0.96% 0.86% -
XYZ 48.66 63.07 9.84 -
YUV 188.96 25.88 133.74 -
System Red Green Blue C M Y K H S L
Decimal 197 220 8 0.10 0 0.96 0.14 66.51 0.93 0.45
Hex C5 DC 8 A 0 60 E 43 5D 2D
Octal 305 334 10 12 0 140 16 103 135 55
Binary 11000101 11011100 1000 1010 0 1100000 1110 1000011 1011101 101101

Color Harmonies of #C5DC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC08

Black with #C5DC08

Text Example


Text Example

White with #C5DC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC08; }

 p { color: rgb(197,220,8); }

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

background-color css

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

 a { background-color: rgb(197,220,8); }

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

border-color css

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

 span { border-color: rgb(197,220,8); }

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