Html Css Color HEX #C8E012 Inch Worm

📋 copy color: '#C8E012'

red 200 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #C8E012

Tints of Inch Worm #C8E012

RGB

 RED value IS 200 (78.52% from 255) = 45.25%

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

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

R = 45.25%
G = 50.68%
B = 4.07%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#C8E012 (or 0xC8E012) is known color: Inch Worm. HEX triplet: C8, E0 and 12. RGB value is (200,224,18). Sum of RGB (Red+Green+Blue) = 200+224+18=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 224 (87.89% from 255 or 50.68% from 442); Blue value is 18 (7.42% from 255 or 4.07% from 442); Max value from RGB is 224 - color contains mainly: green. Hex color #C8E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E012 is #371FED. Grayscale: #C2C2C2. Windows color (decimal): -3612654 or 1237192. OLE color: 1237192.

HSL color Cylindrical-coordinate representation of color #C8E012: hue angle of 66.99º 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 #C8E012 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 200 224 18 -
CMYK 0.11 0 0.92 0.12
HSL 66.99º 0.85% 0.47% -
HSV(B) 66.99º 0.92% 0.88% -
XYZ 50.58 65.63 10.57 -
YUV 193.34 29.05 132.75 -
System Red Green Blue C M Y K H S L
Decimal 200 224 18 0.11 0 0.92 0.12 66.99 0.85 0.47
Hex C8 E0 12 B 0 5C C 43 55 2F
Octal 310 340 22 13 0 134 14 103 125 57
Binary 11001000 11100000 10010 1011 0 1011100 1100 1000011 1010101 101111

Color Harmonies of #C8E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E012

Black with #C8E012

Text Example


Text Example

White with #C8E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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