Html Css Color HEX #C4E00A Inch Worm

📋 copy color: '#C4E00A'

red 196 ◦ green 224 ◦ blue 10

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

Shades of Inch Worm #C4E00A

Tints of Inch Worm #C4E00A

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.09%

 BLUE value IS 10 (4.3% from 255) = 2.33%

R = 45.58%
G = 52.09%
B = 2.33%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#C4E00A (or 0xC4E00A) is known color: Inch Worm. HEX triplet: C4, E0 and 0A. RGB value is (196,224,10). Sum of RGB (Red+Green+Blue) = 196+224+10=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #C4E00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4E00A is #3B1FF5. Grayscale: #C0C0C0. Windows color (decimal): -3874806 or 712900. OLE color: 712900.

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

Color convert

RGB 196 224 10 -
CMYK 0.12 0 0.96 0.12
HSL 67.85º 0.91% 0.46% -
HSV(B) 67.85º 0.96% 0.88% -
XYZ 49.48 65.07 10.24 -
YUV 191.23 25.72 131.4 -
System Red Green Blue C M Y K H S L
Decimal 196 224 10 0.12 0 0.96 0.12 67.85 0.91 0.46
Hex C4 E0 A C 0 60 C 44 5B 2E
Octal 304 340 12 14 0 140 14 104 133 56
Binary 11000100 11100000 1010 1100 0 1100000 1100 1000100 1011011 101110

Color Harmonies of #C4E00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4E00A

Black with #C4E00A

Text Example


Text Example

White with #C4E00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4E00A; }

 p { color: rgb(196,224,10); }

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

background-color css

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

 a { background-color: rgb(196,224,10); }

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

border-color css

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

 span { border-color: rgb(196,224,10); }

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