#B1ED53

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

Shades of Conifer #B1ED53

Tints of Conifer #B1ED53

Color information

#B1ED53 (or 0xB1ED53) is unknown color: approx Conifer. HEX triplet: B1, ED and 53. RGB value is (177,237,83). Sum of RGB (Red+Green+Blue) = 177+237+83=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 83 (32.81% from 255 or 16.70% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #B1ED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1ED53 is #4E12AC. Grayscale: #CACACA. Windows color (decimal): -5116589 or 5500337. OLE color: 5500337.

HSL color Cylindrical-coordinate representation of color #B1ED53: hue angle of 83.38º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B1ED53 is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB17723783-
CMYK0.2500.650.07
HSL83.38º81.05%62.75%-
HSV(B)83.38º64.98%92.94%-
XYZ49.9870.5419.17-
YUV201.561.12110.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 35.61%
GREEN value IS 237 (92.97% from 255) = 47.69%
BLUE value IS 83 (32.81% from 255) = 16.70%
R=35.61%
G=47.69%
B=16.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal177237830.2500.650.0783.3881.0562.75
HexB1ED5319041753513f
Octal261355123310101712312177
Binary10110001111011011010011110010100000111110100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1ED53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1ED53; }

 p { color: rgb(177,237,83); }

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

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

 a { background-color: rgb(177,237,83); }

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

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

 span { border-color: rgb(177,237,83); }

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