#B5CD3F

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

Shades of Celery #B5CD3F

Tints of Celery #B5CD3F

Color information

#B5CD3F (or 0xB5CD3F) is unknown color: approx Celery. HEX triplet: B5, CD and 3F. RGB value is (181,205,63). Sum of RGB (Red+Green+Blue) = 181+205+63=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 205 (80.47% from 255 or 45.66% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 205 - color contains mainly: green. Hex color #B5CD3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5CD3F is #4A32C0. Grayscale: #B6B6B6. Windows color (decimal): -4862657 or 4181429. OLE color: 4181429.

HSL color Cylindrical-coordinate representation of color #B5CD3F: hue angle of 70.14º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B5CD3F is Cyan = 0.12, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB18120563-
CMYK0.1200.690.20
HSL70.14º58.68%52.55%-
HSV(B)70.14º69.27%80.39%-
XYZ41.7853.8512.89-
YUV181.6461.05127.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 205 (80.47% from 255) = 45.66%
BLUE value IS 63 (25% from 255) = 14.03%
R=40.31%
G=45.66%
B=14.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181205630.1200.690.2070.1458.6852.55
HexB5CD3FC04514463b35
Octal26531577140105241067365
Binary1011010111001101111111110001000101101001000110111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CD3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CD3F; }

 p { color: rgb(181,205,63); }

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

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

 a { background-color: rgb(181,205,63); }

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

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

 span { border-color: rgb(181,205,63); }

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