Html Css Color HEX #C5DD14 Inch Worm

📋 copy color: '#C5DD14'

red 197 ◦ green 221 ◦ blue 20

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

Shades of Inch Worm #C5DD14

Tints of Inch Worm #C5DD14

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.46%

 BLUE value IS 20 (8.2% from 255) = 4.57%

R = 44.98%
G = 50.46%
B = 4.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#C5DD14 (or 0xC5DD14) is known color: Inch Worm. HEX triplet: C5, DD and 14. RGB value is (197,221,20). Sum of RGB (Red+Green+Blue) = 197+221+20=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 221 (86.72% from 255 or 50.46% from 438); Blue value is 20 (8.20% from 255 or 4.57% from 438); Max value from RGB is 221 - color contains mainly: green. Hex color #C5DD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5DD14 is #3A22EB. Grayscale: #BFBFBF. Windows color (decimal): -3810028 or 1367493. OLE color: 1367493.

HSL color Cylindrical-coordinate representation of color #C5DD14: hue angle of 67.16º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C5DD14 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 197 221 20 -
CMYK 0.11 0 0.91 0.13
HSL 67.16º 0.83% 0.47% -
HSV(B) 67.16º 0.91% 0.87% -
XYZ 49.01 63.63 10.36 -
YUV 190.91 31.55 132.34 -
System Red Green Blue C M Y K H S L
Decimal 197 221 20 0.11 0 0.91 0.13 67.16 0.83 0.47
Hex C5 DD 14 B 0 5B D 43 53 2F
Octal 305 335 24 13 0 133 15 103 123 57
Binary 11000101 11011101 10100 1011 0 1011011 1101 1000011 1010011 101111

Color Harmonies of #C5DD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5DD14

Black with #C5DD14

Text Example


Text Example

White with #C5DD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5DD14; }

 p { color: rgb(197,221,20); }

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

background-color css

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

 a { background-color: rgb(197,221,20); }

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

border-color css

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

 span { border-color: rgb(197,221,20); }

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