#B5D748

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

Shades of Conifer #B5D748

Tints of Conifer #B5D748

Color information

#B5D748 (or 0xB5D748) is unknown color: approx Conifer. HEX triplet: B5, D7 and 48. RGB value is (181,215,72). Sum of RGB (Red+Green+Blue) = 181+215+72=468 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.68% from 468); Green value is 215 (84.38% from 255 or 45.94% from 468); Blue value is 72 (28.52% from 255 or 15.38% from 468); Max value from RGB is 215 - color contains mainly: green. Hex color #B5D748 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D748 is #4A28B7. Grayscale: #BDBDBD. Windows color (decimal): -4860088 or 4773813. OLE color: 4773813.

HSL color Cylindrical-coordinate representation of color #B5D748: hue angle of 74.27º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B5D748 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB18121572-
CMYK0.1600.670.16
HSL74.27º64.13%56.27%-
HSV(B)74.27º66.51%84.31%-
XYZ44.5358.8915.15-
YUV188.5362.24122.63-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.68%
GREEN value IS 215 (84.38% from 255) = 45.94%
BLUE value IS 72 (28.52% from 255) = 15.38%
R=38.68%
G=45.94%
B=15.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal181215720.1600.670.1674.2764.1356.27
HexB5D74810043104a4038
Octal2653271102001032011210070
Binary1011010111010111100100010000010000111000010010101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5D748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5D748; }

 p { color: rgb(181,215,72); }

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

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

 a { background-color: rgb(181,215,72); }

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

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

 span { border-color: rgb(181,215,72); }

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