#b7ed0f

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

Shades of Inch Worm #B7ED0F

Tints of Inch Worm #B7ED0F

Color information

#B7ED0F (or 0xB7ED0F) is unknown color: approx Inch Worm. HEX triplet: B7, ED and 0F. RGB value is (183,237,15). Sum of RGB (Red+Green+Blue) = 183+237+15=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 237 (92.97% from 255 or 54.48% from 435); Blue value is 15 (6.25% from 255 or 3.45% from 435); Max value from RGB is 237 - color contains mainly: green. Hex color #B7ED0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B7ED0F is #4812F0. Grayscale: #C4C4C4. Windows color (decimal): -4723441 or 1043895. OLE color: 1043895.

HSL color Cylindrical-coordinate representation of color #B7ED0F: hue angle of 74.59º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7ED0F is Cyan = 0.23, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB18323715-
CMYK0.2300.940.07
HSL74.59º88.1%49.41%-
HSV(B)74.59º93.67%92.94%-
XYZ49.970.6711.46-
YUV195.5526.11119.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.07%
GREEN value IS 237 (92.97% from 255) = 54.48%
BLUE value IS 15 (6.25% from 255) = 3.45%
R=42.07%
G=54.48%
B=3.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183237150.2300.940.0774.5988.149.41
HexB7EDF1705E74b5831
Octal26735517270136711313061
Binary10110111111011011111101110101111011110010111011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7ed0f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7ed0f; }

 p { color: rgb(183,237,15); }

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

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

 a { background-color: rgb(183,237,15); }

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

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

 span { border-color: rgb(183,237,15); }

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