#B7E312

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

Shades of Inch Worm #B7E312

Tints of Inch Worm #B7E312

Color information

#B7E312 (or 0xB7E312) is unknown color: approx Inch Worm. HEX triplet: B7, E3 and 12. RGB value is (183,227,18). Sum of RGB (Red+Green+Blue) = 183+227+18=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 227 (89.06% from 255 or 53.04% from 428); Blue value is 18 (7.42% from 255 or 4.21% from 428); Max value from RGB is 227 - color contains mainly: green. Hex color #B7E312 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7E312 is #481CED. Grayscale: #BEBEBE. Windows color (decimal): -4725998 or 1237943. OLE color: 1237943.

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

Color convert

RGB18322718-
CMYK0.1900.920.11
HSL72.63º85.31%48.04%-
HSV(B)72.63º92.07%89.02%-
XYZ47.1165.0510.65-
YUV190.0230.92122.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.76%
GREEN value IS 227 (89.06% from 255) = 53.04%
BLUE value IS 18 (7.42% from 255) = 4.21%
R=42.76%
G=53.04%
B=4.21%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal183227180.1900.920.1172.6385.3148.04
HexB7E3121305CB495530
Octal267343222301341311112560
Binary1011011111100011100101001101011100101110010011010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7E312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7E312; }

 p { color: rgb(183,227,18); }

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

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

 a { background-color: rgb(183,227,18); }

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

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

 span { border-color: rgb(183,227,18); }

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