Html Css Color HEX #C2EF0F Inch Worm

📋 copy color: '#C2EF0F'

red 194 ◦ green 239 ◦ blue 15

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

Shades of Inch Worm #C2EF0F

Tints of Inch Worm #C2EF0F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.35%

 BLUE value IS 15 (6.25% from 255) = 3.35%

R = 43.3%
G = 53.35%
B = 3.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C2EF0F (or 0xC2EF0F) is known color: Inch Worm. HEX triplet: C2, EF and 0F. RGB value is (194,239,15). Sum of RGB (Red+Green+Blue) = 194+239+15=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 239 (93.75% from 255 or 53.35% from 448); Blue value is 15 (6.25% from 255 or 3.35% from 448); Max value from RGB is 239 - color contains mainly: green. Hex color #C2EF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2EF0F is #3D10F0. Grayscale: #C8C8C8. Windows color (decimal): -4002033 or 1044418. OLE color: 1044418.

HSL color Cylindrical-coordinate representation of color #C2EF0F: hue angle of 72.05º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C2EF0F is Cyan = 0.19, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 239 15 -
CMYK 0.19 0 0.94 0.06
HSL 72.05º 0.88% 0.5% -
HSV(B) 72.05º 0.94% 0.94% -
XYZ 53.2 73.24 11.78 -
YUV 200.01 23.59 123.71 -
System Red Green Blue C M Y K H S L
Decimal 194 239 15 0.19 0 0.94 0.06 72.05 0.88 0.5
Hex C2 EF F 13 0 5E 6 48 58 32
Octal 302 357 17 23 0 136 6 110 130 62
Binary 11000010 11101111 1111 10011 0 1011110 110 1001000 1011000 110010

Color Harmonies of #C2EF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EF0F

Black with #C2EF0F

Text Example


Text Example

White with #C2EF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EF0F; }

 p { color: rgb(194,239,15); }

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

background-color css

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

 a { background-color: rgb(194,239,15); }

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

border-color css

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

 span { border-color: rgb(194,239,15); }

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