Html Css Color HEX #C2E006 Inch Worm

📋 copy color: '#C2E006'

red 194 ◦ green 224 ◦ blue 6

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

Shades of Inch Worm #C2E006

Tints of Inch Worm #C2E006

RGB

 RED value IS 194 (76.17% from 255) = 45.75%

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

 BLUE value IS 6 (2.73% from 255) = 1.42%

R = 45.75%
G = 52.83%
B = 1.42%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#C2E006 (or 0xC2E006) is known color: Inch Worm. HEX triplet: C2, E0 and 06. RGB value is (194,224,6). Sum of RGB (Red+Green+Blue) = 194+224+6=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 6 (2.73% from 255 or 1.42% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #C2E006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2E006 is #3D1FF9. Grayscale: #BFBFBF. Windows color (decimal): -4005882 or 450754. OLE color: 450754.

HSL color Cylindrical-coordinate representation of color #C2E006: hue angle of 68.26º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C2E006 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 224 6 -
CMYK 0.13 0 0.97 0.12
HSL 68.26º 0.95% 0.45% -
HSV(B) 68.26º 0.97% 0.88% -
XYZ 48.94 64.79 10.1 -
YUV 190.18 24.06 130.73 -
System Red Green Blue C M Y K H S L
Decimal 194 224 6 0.13 0 0.97 0.12 68.26 0.95 0.45
Hex C2 E0 6 D 0 61 C 44 5F 2D
Octal 302 340 6 15 0 141 14 104 137 55
Binary 11000010 11100000 110 1101 0 1100001 1100 1000100 1011111 101101

Color Harmonies of #C2E006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E006

Black with #C2E006

Text Example


Text Example

White with #C2E006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E006; }

 p { color: rgb(194,224,6); }

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

background-color css

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

 a { background-color: rgb(194,224,6); }

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

border-color css

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

 span { border-color: rgb(194,224,6); }

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