Html Css Color HEX #C2EB1C Inch Worm

📋 copy color: '#C2EB1C'

red 194 ◦ green 235 ◦ blue 28

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

Shades of Inch Worm #C2EB1C

Tints of Inch Worm #C2EB1C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.42%

 BLUE value IS 28 (11.33% from 255) = 6.13%

R = 42.45%
G = 51.42%
B = 6.13%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#C2EB1C (or 0xC2EB1C) is known color: Inch Worm. HEX triplet: C2, EB and 1C. RGB value is (194,235,28). Sum of RGB (Red+Green+Blue) = 194+235+28=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #C2EB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2EB1C is #3D14E3. Grayscale: #C7C7C7. Windows color (decimal): -4003044 or 1895362. OLE color: 1895362.

HSL color Cylindrical-coordinate representation of color #C2EB1C: hue angle of 71.88º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2EB1C is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 235 28 -
CMYK 0.17 0 0.88 0.08
HSL 71.88º 0.84% 0.52% -
HSV(B) 71.88º 0.88% 0.92% -
XYZ 52.17 70.97 12.05 -
YUV 199.14 31.42 124.33 -
System Red Green Blue C M Y K H S L
Decimal 194 235 28 0.17 0 0.88 0.08 71.88 0.84 0.52
Hex C2 EB 1C 11 0 58 8 48 54 34
Octal 302 353 34 21 0 130 10 110 124 64
Binary 11000010 11101011 11100 10001 0 1011000 1000 1001000 1010100 110100

Color Harmonies of #C2EB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2EB1C

Black with #C2EB1C

Text Example


Text Example

White with #C2EB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2EB1C; }

 p { color: rgb(194,235,28); }

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

background-color css

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

 a { background-color: rgb(194,235,28); }

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

border-color css

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

 span { border-color: rgb(194,235,28); }

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