#B5F058

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

Shades of Conifer #B5F058

Tints of Conifer #B5F058

Color information

#B5F058 (or 0xB5F058) is unknown color: approx Conifer. HEX triplet: B5, F0 and 58. RGB value is (181,240,88). Sum of RGB (Red+Green+Blue) = 181+240+88=509 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.56% from 509); Green value is 240 (94.14% from 255 or 47.15% from 509); Blue value is 88 (34.77% from 255 or 17.29% from 509); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F058 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F058 is #4A0FA7. Grayscale: #CDCDCD. Windows color (decimal): -4853672 or 5828789. OLE color: 5828789.

HSL color Cylindrical-coordinate representation of color #B5F058: hue angle of 83.29º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B5F058 is Cyan = 0.25, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB18124088-
CMYK0.2500.630.06
HSL83.29º83.52%64.31%-
HSV(B)83.29º63.33%94.12%-
XYZ51.9872.8520.55-
YUV205.0361.95110.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.56%
GREEN value IS 240 (94.14% from 255) = 47.15%
BLUE value IS 88 (34.77% from 255) = 17.29%
R=35.56%
G=47.15%
B=17.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal181240880.2500.630.0683.2983.5264.31
HexB5F0581903F6535440
Octal265360130310776123124100
Binary10110101111100001011000110010111111110101001110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F058; }

 p { color: rgb(181,240,88); }

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

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

 a { background-color: rgb(181,240,88); }

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

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

 span { border-color: rgb(181,240,88); }

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