Html Css Color HEX #C5E012 Inch Worm

📋 copy color: '#C5E012'

red 197 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #C5E012

Tints of Inch Worm #C5E012

RGB

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

 GREEN value IS 224 (87.89% from 255) = 51.03%

 BLUE value IS 18 (7.42% from 255) = 4.1%

R = 44.87%
G = 51.03%
B = 4.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#C5E012 (or 0xC5E012) is known color: Inch Worm. HEX triplet: C5, E0 and 12. RGB value is (197,224,18). Sum of RGB (Red+Green+Blue) = 197+224+18=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 224 (87.89% from 255 or 51.03% from 439); Blue value is 18 (7.42% from 255 or 4.10% from 439); Max value from RGB is 224 - color contains mainly: green. Hex color #C5E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E012 is #3A1FED. Grayscale: #C1C1C1. Windows color (decimal): -3809262 or 1237189. OLE color: 1237189.

HSL color Cylindrical-coordinate representation of color #C5E012: hue angle of 67.86º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5E012 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 197 224 18 -
CMYK 0.12 0 0.92 0.12
HSL 67.86º 0.85% 0.47% -
HSV(B) 67.86º 0.92% 0.88% -
XYZ 49.79 65.23 10.54 -
YUV 192.44 29.55 131.25 -
System Red Green Blue C M Y K H S L
Decimal 197 224 18 0.12 0 0.92 0.12 67.86 0.85 0.47
Hex C5 E0 12 C 0 5C C 44 55 2F
Octal 305 340 22 14 0 134 14 104 125 57
Binary 11000101 11100000 10010 1100 0 1011100 1100 1000100 1010101 101111

Color Harmonies of #C5E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5E012

Black with #C5E012

Text Example


Text Example

White with #C5E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5E012; }

 p { color: rgb(197,224,18); }

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

background-color css

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

 a { background-color: rgb(197,224,18); }

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

border-color css

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

 span { border-color: rgb(197,224,18); }

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