Html Css Color HEX #C2E70B Inch Worm

📋 copy color: '#C2E70B'

red 194 ◦ green 231 ◦ blue 11

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

Shades of Inch Worm #C2E70B

Tints of Inch Worm #C2E70B

RGB

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

 GREEN value IS 231 (90.63% from 255) = 52.98%

 BLUE value IS 11 (4.69% from 255) = 2.52%

R = 44.5%
G = 52.98%
B = 2.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#C2E70B (or 0xC2E70B) is known color: Inch Worm. HEX triplet: C2, E7 and 0B. RGB value is (194,231,11). Sum of RGB (Red+Green+Blue) = 194+231+11=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 11 (4.69% from 255 or 2.52% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #C2E70B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2E70B is #3D18F4. Grayscale: #C3C3C3. Windows color (decimal): -4004085 or 780226. OLE color: 780226.

HSL color Cylindrical-coordinate representation of color #C2E70B: hue angle of 70.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C2E70B is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 231 11 -
CMYK 0.16 0 0.95 0.09
HSL 70.09º 0.91% 0.47% -
HSV(B) 70.09º 0.95% 0.91% -
XYZ 50.88 68.65 10.88 -
YUV 194.86 24.24 127.39 -
System Red Green Blue C M Y K H S L
Decimal 194 231 11 0.16 0 0.95 0.09 70.09 0.91 0.47
Hex C2 E7 B 10 0 5F 9 46 5B 2F
Octal 302 347 13 20 0 137 11 106 133 57
Binary 11000010 11100111 1011 10000 0 1011111 1001 1000110 1011011 101111

Color Harmonies of #C2E70B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E70B

Black with #C2E70B

Text Example


Text Example

White with #C2E70B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E70B; }

 p { color: rgb(194,231,11); }

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

background-color css

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

 a { background-color: rgb(194,231,11); }

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

border-color css

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

 span { border-color: rgb(194,231,11); }

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