Html Css Color HEX #C4E114 Inch Worm

📋 copy color: '#C4E114'

red 196 ◦ green 225 ◦ blue 20

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

Shades of Inch Worm #C4E114

Tints of Inch Worm #C4E114

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.02%

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 44.44%
G = 51.02%
B = 4.54%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#C4E114 (or 0xC4E114) is known color: Inch Worm. HEX triplet: C4, E1 and 14. RGB value is (196,225,20). Sum of RGB (Red+Green+Blue) = 196+225+20=441 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.44% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #C4E114 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E114 is #3B1EEB. Grayscale: #C1C1C1. Windows color (decimal): -3874540 or 1368516. OLE color: 1368516.

HSL color Cylindrical-coordinate representation of color #C4E114: hue angle of 68.49º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C4E114 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.

Color convert

RGB 196 225 20 -
CMYK 0.13 0 0.91 0.12
HSL 68.49º 0.84% 0.48% -
HSV(B) 68.49º 0.91% 0.88% -
XYZ 49.82 65.64 10.71 -
YUV 192.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 196 225 20 0.13 0 0.91 0.12 68.49 0.84 0.48
Hex C4 E1 14 D 0 5B C 44 54 30
Octal 304 341 24 15 0 133 14 104 124 60
Binary 11000100 11100001 10100 1101 0 1011011 1100 1000100 1010100 110000

Color Harmonies of #C4E114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E114

Black with #C4E114

Text Example


Text Example

White with #C4E114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E114; }

 p { color: rgb(196,225,20); }

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

background-color css

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

 a { background-color: rgb(196,225,20); }

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

border-color css

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

 span { border-color: rgb(196,225,20); }

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