Html Css Color HEX #C4E70E Inch Worm

📋 copy color: '#C4E70E'

red 196 ◦ green 231 ◦ blue 14

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

Shades of Inch Worm #C4E70E

Tints of Inch Worm #C4E70E

RGB

 RED value IS 196 (76.95% from 255) = 44.44%

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

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

R = 44.44%
G = 52.38%
B = 3.17%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#C4E70E (or 0xC4E70E) is known color: Inch Worm. HEX triplet: C4, E7 and 0E. RGB value is (196,231,14). Sum of RGB (Red+Green+Blue) = 196+231+14=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 231 (90.62% from 255 or 52.38% from 441); Blue value is 14 (5.86% from 255 or 3.17% from 441); Max value from RGB is 231 - color contains mainly: green. Hex color #C4E70E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4E70E is #3B18F1. Grayscale: #C4C4C4. Windows color (decimal): -3873010 or 976836. OLE color: 976836.

HSL color Cylindrical-coordinate representation of color #C4E70E: hue angle of 69.68º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4E70E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 196 231 14 -
CMYK 0.15 0 0.94 0.09
HSL 69.68º 0.89% 0.48% -
HSV(B) 69.68º 0.94% 0.91% -
XYZ 51.42 68.92 11.01 -
YUV 195.8 25.4 128.14 -
System Red Green Blue C M Y K H S L
Decimal 196 231 14 0.15 0 0.94 0.09 69.68 0.89 0.48
Hex C4 E7 E F 0 5E 9 46 59 30
Octal 304 347 16 17 0 136 11 106 131 60
Binary 11000100 11100111 1110 1111 0 1011110 1001 1000110 1011001 110000

Color Harmonies of #C4E70E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E70E

Black with #C4E70E

Text Example


Text Example

White with #C4E70E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E70E; }

 p { color: rgb(196,231,14); }

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

background-color css

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

 a { background-color: rgb(196,231,14); }

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

border-color css

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

 span { border-color: rgb(196,231,14); }

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