#B0ED5A

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

Shades of Conifer #B0ED5A

Tints of Conifer #B0ED5A

Color information

#B0ED5A (or 0xB0ED5A) is unknown color: approx Conifer. HEX triplet: B0, ED and 5A. RGB value is (176,237,90). Sum of RGB (Red+Green+Blue) = 176+237+90=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 237 (92.97% from 255 or 47.12% from 503); Blue value is 90 (35.55% from 255 or 17.89% from 503); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0ED5A is #4F12A5. Grayscale: #CACACA. Windows color (decimal): -5182118 or 5959088. OLE color: 5959088.

HSL color Cylindrical-coordinate representation of color #B0ED5A: hue angle of 84.9º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0ED5A is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB17623790-
CMYK0.2600.620.07
HSL84.9º80.33%64.12%-
HSV(B)84.9º62.03%92.94%-
XYZ50.0370.5420.65-
YUV20264.79109.45-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 34.99%
GREEN value IS 237 (92.97% from 255) = 47.12%
BLUE value IS 90 (35.55% from 255) = 17.89%
R=34.99%
G=47.12%
B=17.89%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal176237900.2600.620.0784.980.3364.12
HexB0ED5A1A03E7555040
Octal260355132320767125120100
Binary10110000111011011011010110100111110111101010110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ED5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ED5A; }

 p { color: rgb(176,237,90); }

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

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

 a { background-color: rgb(176,237,90); }

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

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

 span { border-color: rgb(176,237,90); }

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