Html Css Color HEX #C7E012 Inch Worm

📋 copy color: '#C7E012'

red 199 ◦ green 224 ◦ blue 18

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

Shades of Inch Worm #C7E012

Tints of Inch Worm #C7E012

RGB

 RED value IS 199 (78.13% from 255) = 45.12%

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

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

R = 45.12%
G = 50.79%
B = 4.08%

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

#C7E012 (or 0xC7E012) is known color: Inch Worm. HEX triplet: C7, E0 and 12. RGB value is (199,224,18). Sum of RGB (Red+Green+Blue) = 199+224+18=441 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.12% from 441); Green value is 224 (87.89% from 255 or 50.79% from 441); Blue value is 18 (7.42% from 255 or 4.08% from 441); Max value from RGB is 224 - color contains mainly: green. Hex color #C7E012 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E012 is #381FED. Grayscale: #C1C1C1. Windows color (decimal): -3678190 or 1237191. OLE color: 1237191.

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

Color convert

RGB 199 224 18 -
CMYK 0.11 0 0.92 0.12
HSL 67.28º 0.85% 0.47% -
HSV(B) 67.28º 0.92% 0.88% -
XYZ 50.32 65.5 10.56 -
YUV 193.04 29.22 132.25 -
System Red Green Blue C M Y K H S L
Decimal 199 224 18 0.11 0 0.92 0.12 67.28 0.85 0.47
Hex C7 E0 12 B 0 5C C 43 55 2F
Octal 307 340 22 13 0 134 14 103 125 57
Binary 11000111 11100000 10010 1011 0 1011100 1100 1000011 1010101 101111

Color Harmonies of #C7E012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7E012

Black with #C7E012

Text Example


Text Example

White with #C7E012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7E012; }

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

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

background-color css

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

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

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

border-color css

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

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

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