Html Css Color HEX #C8E40A Inch Worm

📋 copy color: '#C8E40A'

red 200 ◦ green 228 ◦ blue 10

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

Shades of Inch Worm #C8E40A

Tints of Inch Worm #C8E40A

RGB

 RED value IS 200 (78.52% from 255) = 45.66%

 GREEN value IS 228 (89.45% from 255) = 52.05%

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

R = 45.66%
G = 52.05%
B = 2.28%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#C8E40A (or 0xC8E40A) is known color: Inch Worm. HEX triplet: C8, E4 and 0A. RGB value is (200,228,10). Sum of RGB (Red+Green+Blue) = 200+228+10=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 228 (89.45% from 255 or 52.05% from 438); Blue value is 10 (4.30% from 255 or 2.28% from 438); Max value from RGB is 228 - color contains mainly: green. Hex color #C8E40A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E40A is #371BF5. Grayscale: #C3C3C3. Windows color (decimal): -3611638 or 713928. OLE color: 713928.

HSL color Cylindrical-coordinate representation of color #C8E40A: hue angle of 67.71º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C8E40A is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 200 228 10 -
CMYK 0.12 0 0.96 0.11
HSL 67.71º 0.92% 0.47% -
HSV(B) 67.71º 0.96% 0.89% -
XYZ 51.62 67.79 10.65 -
YUV 194.78 23.72 131.73 -
System Red Green Blue C M Y K H S L
Decimal 200 228 10 0.12 0 0.96 0.11 67.71 0.92 0.47
Hex C8 E4 A C 0 60 B 44 5C 2F
Octal 310 344 12 14 0 140 13 104 134 57
Binary 11001000 11100100 1010 1100 0 1100000 1011 1000100 1011100 101111

Color Harmonies of #C8E40A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8E40A

Black with #C8E40A

Text Example


Text Example

White with #C8E40A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8E40A; }

 p { color: rgb(200,228,10); }

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

background-color css

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

 a { background-color: rgb(200,228,10); }

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

border-color css

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

 span { border-color: rgb(200,228,10); }

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