Html Css Color HEX #C5DC16 Inch Worm

📋 copy color: '#C5DC16'

red 197 ◦ green 220 ◦ blue 22

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

Shades of Inch Worm #C5DC16

Tints of Inch Worm #C5DC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 44.87%
G = 50.11%
B = 5.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#C5DC16 (or 0xC5DC16) is known color: Inch Worm. HEX triplet: C5, DC and 16. RGB value is (197,220,22). Sum of RGB (Red+Green+Blue) = 197+220+22=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 220 (86.33% from 255 or 50.11% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DC16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DC16 is #3A23E9. Grayscale: #BFBFBF. Windows color (decimal): -3810282 or 1498309. OLE color: 1498309.

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

Color convert

RGB 197 220 22 -
CMYK 0.10 0 0.9 0.14
HSL 66.97º 0.82% 0.47% -
HSV(B) 66.97º 0.9% 0.86% -
XYZ 48.76 63.11 10.37 -
YUV 190.55 32.88 132.6 -
System Red Green Blue C M Y K H S L
Decimal 197 220 22 0.10 0 0.9 0.14 66.97 0.82 0.47
Hex C5 DC 16 A 0 5A E 43 52 2F
Octal 305 334 26 12 0 132 16 103 122 57
Binary 11000101 11011100 10110 1010 0 1011010 1110 1000011 1010010 101111

Color Harmonies of #C5DC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DC16

Black with #C5DC16

Text Example


Text Example

White with #C5DC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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