Html Css Color HEX #C2ED0E Inch Worm

📋 copy color: '#C2ED0E'

red 194 ◦ green 237 ◦ blue 14

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

Shades of Inch Worm #C2ED0E

Tints of Inch Worm #C2ED0E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 53.26%

 BLUE value IS 14 (5.86% from 255) = 3.15%

R = 43.6%
G = 53.26%
B = 3.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#C2ED0E (or 0xC2ED0E) is known color: Inch Worm. HEX triplet: C2, ED and 0E. RGB value is (194,237,14). Sum of RGB (Red+Green+Blue) = 194+237+14=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 237 (92.97% from 255 or 53.26% from 445); Blue value is 14 (5.86% from 255 or 3.15% from 445); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2ED0E is #3D12F1. Grayscale: #C7C7C7. Windows color (decimal): -4002546 or 978370. OLE color: 978370.

HSL color Cylindrical-coordinate representation of color #C2ED0E: hue angle of 71.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2ED0E is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 237 14 -
CMYK 0.18 0 0.94 0.07
HSL 71.57º 0.89% 0.49% -
HSV(B) 71.57º 0.94% 0.93% -
XYZ 52.61 72.07 11.55 -
YUV 198.72 23.75 124.63 -
System Red Green Blue C M Y K H S L
Decimal 194 237 14 0.18 0 0.94 0.07 71.57 0.89 0.49
Hex C2 ED E 12 0 5E 7 48 59 31
Octal 302 355 16 22 0 136 7 110 131 61
Binary 11000010 11101101 1110 10010 0 1011110 111 1001000 1011001 110001

Color Harmonies of #C2ED0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED0E

Black with #C2ED0E

Text Example


Text Example

White with #C2ED0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED0E; }

 p { color: rgb(194,237,14); }

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

background-color css

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

 a { background-color: rgb(194,237,14); }

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

border-color css

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

 span { border-color: rgb(194,237,14); }

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