#B5F952

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

Shades of Conifer #B5F952

Tints of Conifer #B5F952

Color information

#B5F952 (or 0xB5F952) is unknown color: approx Conifer. HEX triplet: B5, F9 and 52. RGB value is (181,249,82). Sum of RGB (Red+Green+Blue) = 181+249+82=512 (67% of max value = 765). Red value is 181 (71.09% from 255 or 35.35% from 512); Green value is 249 (97.66% from 255 or 48.63% from 512); Blue value is 82 (32.42% from 255 or 16.02% from 512); Max value from RGB is 249 - color contains mainly: green. Hex color #B5F952 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B5F952 is #4A06AD. Grayscale: #D2D2D2. Windows color (decimal): -4851374 or 5437877. OLE color: 5437877.

HSL color Cylindrical-coordinate representation of color #B5F952: hue angle of 84.43º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5F952 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB18124982-
CMYK0.2700.670.02
HSL84.43º93.3%64.9%-
HSV(B)84.43º67.07%97.65%-
XYZ54.4578.1820.2-
YUV209.6355.97107.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 35.35%
GREEN value IS 249 (97.66% from 255) = 48.63%
BLUE value IS 82 (32.42% from 255) = 16.02%
R=35.35%
G=48.63%
B=16.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal181249820.2700.670.0284.4393.364.9
HexB5F9521B0432545d41
Octal2653711223301032124135101
Binary10110101111110011010010110110100001110101010010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F952; }

 p { color: rgb(181,249,82); }

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

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

 a { background-color: rgb(181,249,82); }

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

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

 span { border-color: rgb(181,249,82); }

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