#B5F34B

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

Shades of Conifer #B5F34B

Tints of Conifer #B5F34B

Color information

#B5F34B (or 0xB5F34B) is unknown color: approx Conifer. HEX triplet: B5, F3 and 4B. RGB value is (181,243,75). Sum of RGB (Red+Green+Blue) = 181+243+75=499 (66% of max value = 765). Red value is 181 (71.09% from 255 or 36.27% from 499); Green value is 243 (95.31% from 255 or 48.70% from 499); Blue value is 75 (29.69% from 255 or 15.03% from 499); Max value from RGB is 243 - color contains mainly: green. Hex color #B5F34B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5F34B is #4A0CB4. Grayscale: #CDCDCD. Windows color (decimal): -4852917 or 4977589. OLE color: 4977589.

HSL color Cylindrical-coordinate representation of color #B5F34B: hue angle of 82.14º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5F34B is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB18124375-
CMYK0.2600.690.05
HSL82.14º87.5%62.35%-
HSV(B)82.14º69.14%95.29%-
XYZ52.3874.4318.26-
YUV205.3154.46110.66-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 36.27%
GREEN value IS 243 (95.31% from 255) = 48.70%
BLUE value IS 75 (29.69% from 255) = 15.03%
R=36.27%
G=48.70%
B=15.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal181243750.2600.690.0582.1487.562.35
HexB5F34B1A045552583e
Octal265363113320105512213076
Binary10110101111100111001011110100100010110110100101011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F34B; }

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

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

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

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

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

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

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

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