#B5EB55

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

Shades of Conifer #B5EB55

Tints of Conifer #B5EB55

Color information

#B5EB55 (or 0xB5EB55) is unknown color: approx Conifer. HEX triplet: B5, EB and 55. RGB value is (181,235,85). Sum of RGB (Red+Green+Blue) = 181+235+85=501 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.13% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5EB55 is #4A14AA. Grayscale: #CACACA. Windows color (decimal): -4854955 or 5630901. OLE color: 5630901.

HSL color Cylindrical-coordinate representation of color #B5EB55: hue angle of 81.6º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B5EB55 is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB18123585-
CMYK0.2300.640.08
HSL81.6º78.95%62.75%-
HSV(B)81.6º63.83%92.16%-
XYZ50.469.919.43-
YUV201.7562.11113.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.13%
GREEN value IS 235 (92.19% from 255) = 46.91%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=36.13%
G=46.91%
B=16.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal181235850.2300.640.0881.678.9562.75
HexB5EB55170408524f3f
Octal2653531252701001012211777
Binary101101011110101110101011011101000000100010100101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EB55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EB55; }

 p { color: rgb(181,235,85); }

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

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

 a { background-color: rgb(181,235,85); }

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

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

 span { border-color: rgb(181,235,85); }

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