#b5d048

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

Shades of Celery #B5D048

Tints of Celery #B5D048

Color information

#B5D048 (or 0xB5D048) is unknown color: approx Celery. HEX triplet: B5, D0 and 48. RGB value is (181,208,72). Sum of RGB (Red+Green+Blue) = 181+208+72=461 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.26% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #B5D048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5D048 is #4A2FB7. Grayscale: #B8B8B8. Windows color (decimal): -4861880 or 4772021. OLE color: 4772021.

HSL color Cylindrical-coordinate representation of color #B5D048: hue angle of 71.91º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B5D048 is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.

Color convert

RGB18120872-
CMYK0.1300.650.18
HSL71.91º59.13%54.9%-
HSV(B)71.91º65.38%81.57%-
XYZ42.7855.414.57-
YUV184.4264.55125.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.26%
GREEN value IS 208 (81.64% from 255) = 45.12%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=39.26%
G=45.12%
B=15.62%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal181208720.1300.650.1871.9159.1354.9
HexB5D048D04112483b37
Octal265320110150101221107367
Binary10110101110100001001000110101000001100101001000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5d048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5d048; }

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

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

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

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

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

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

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

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