#C8E30B

Color #C8E30B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #C8E30B

Tints of Inch Worm #C8E30B

Color information

#C8E30B (or 0xC8E30B) is unknown color: approx Inch Worm. HEX triplet: C8, E3 and 0B. RGB value is (200,227,11). Sum of RGB (Red+Green+Blue) = 200+227+11=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 11 (4.69% from 255 or 2.51% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #C8E30B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8E30B is #371CF4. Grayscale: #C3C3C3. Windows color (decimal): -3611893 or 779208. OLE color: 779208.

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

Color convert

RGB20022711-
CMYK0.1200.950.11
HSL67.5º90.76%46.67%-
HSV(B)67.5º95.15%89.02%-
XYZ51.3567.2410.59-
YUV194.324.55132.06-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.66%
GREEN value IS 227 (89.06% from 255) = 51.83%
BLUE value IS 11 (4.69% from 255) = 2.51%
R=45.66%
G=51.83%
B=2.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal200227110.1200.950.1167.590.7646.67
HexC8E3BC05FB445b2f
Octal310343131401371310413357
Binary11001000111000111011110001011111101110001001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E30B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E30B; }

 p { color: rgb(200,227,11); }

 H1.HeaderClassName
 {
   color: #C8E30B;
 }
 .AnyTagClassName
 {
   color: #C8E30B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,227,11); }

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

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

 span { border-color: rgb(200,227,11); }

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