#B5E44B

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

Shades of Conifer #B5E44B

Tints of Conifer #B5E44B

Color information

#B5E44B (or 0xB5E44B) is unknown color: approx Conifer. HEX triplet: B5, E4 and 4B. RGB value is (181,228,75). Sum of RGB (Red+Green+Blue) = 181+228+75=484 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.40% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 75 (29.69% from 255 or 15.50% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #B5E44B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5E44B is #4A1BB4. Grayscale: #C5C5C5. Windows color (decimal): -4856757 or 4973749. OLE color: 4973749.

HSL color Cylindrical-coordinate representation of color #B5E44B: hue angle of 78.43º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5E44B is Cyan = 0.21, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB18122875-
CMYK0.2100.670.11
HSL78.43º73.91%59.41%-
HSV(B)78.43º67.11%89.41%-
XYZ48.0765.8216.83-
YUV196.559.43116.94-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 37.40%
GREEN value IS 228 (89.45% from 255) = 47.11%
BLUE value IS 75 (29.69% from 255) = 15.50%
R=37.40%
G=47.11%
B=15.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal181228750.2100.670.1178.4373.9159.41
HexB5E44B15043B4e4a3b
Octal2653441132501031311611273
Binary101101011110010010010111010101000011101110011101001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E44B; }

 p { color: rgb(181,228,75); }

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

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

 a { background-color: rgb(181,228,75); }

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

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

 span { border-color: rgb(181,228,75); }

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