Html Css Color HEX #C5DE16 Inch Worm

📋 copy color: '#C5DE16'

red 197 ◦ green 222 ◦ blue 22

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

Shades of Inch Worm #C5DE16

Tints of Inch Worm #C5DE16

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.34%

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

R = 44.67%
G = 50.34%
B = 4.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#C5DE16 (or 0xC5DE16) is known color: Inch Worm. HEX triplet: C5, DE and 16. RGB value is (197,222,22). Sum of RGB (Red+Green+Blue) = 197+222+22=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 22 (8.98% from 255 or 4.99% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DE16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DE16 is #3A21E9. Grayscale: #C0C0C0. Windows color (decimal): -3809770 or 1498821. OLE color: 1498821.

HSL color Cylindrical-coordinate representation of color #C5DE16: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5DE16 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 222 22 -
CMYK 0.11 0 0.90 0.13
HSL 67.5º 0.82% 0.48% -
HSV(B) 67.5º 0.9% 0.87% -
XYZ 49.29 64.17 10.55 -
YUV 191.73 32.22 131.76 -
System Red Green Blue C M Y K H S L
Decimal 197 222 22 0.11 0 0.90 0.13 67.5 0.82 0.48
Hex C5 DE 16 B 0 5A D 44 52 30
Octal 305 336 26 13 0 132 15 104 122 60
Binary 11000101 11011110 10110 1011 0 1011010 1101 1000100 1010010 110000

Color Harmonies of #C5DE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DE16

Black with #C5DE16

Text Example


Text Example

White with #C5DE16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DE16; }

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

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

background-color css

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

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

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

border-color css

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

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

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