Html Css Color HEX #C2ED0C Inch Worm

📋 copy color: '#C2ED0C'

red 194 ◦ green 237 ◦ blue 12

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

Shades of Inch Worm #C2ED0C

Tints of Inch Worm #C2ED0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.71%

R = 43.79%
G = 53.5%
B = 2.71%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#C2ED0C (or 0xC2ED0C) is known color: Inch Worm. HEX triplet: C2, ED and 0C. RGB value is (194,237,12). Sum of RGB (Red+Green+Blue) = 194+237+12=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 12 (5.08% from 255 or 2.71% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2ED0C is #3D12F3. Grayscale: #C7C7C7. Windows color (decimal): -4002548 or 847298. OLE color: 847298.

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

Color convert

RGB 194 237 12 -
CMYK 0.18 0 0.95 0.07
HSL 71.47º 0.9% 0.49% -
HSV(B) 71.47º 0.95% 0.93% -
XYZ 52.6 72.06 11.49 -
YUV 198.49 22.75 124.8 -
System Red Green Blue C M Y K H S L
Decimal 194 237 12 0.18 0 0.95 0.07 71.47 0.9 0.49
Hex C2 ED C 12 0 5F 7 47 5A 31
Octal 302 355 14 22 0 137 7 107 132 61
Binary 11000010 11101101 1100 10010 0 1011111 111 1000111 1011010 110001

Color Harmonies of #C2ED0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ED0C

Black with #C2ED0C

Text Example


Text Example

White with #C2ED0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ED0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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