#B5F0B4

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

Shades of Celadon #B5F0B4

Tints of Celadon #B5F0B4

Color information

#B5F0B4 (or 0xB5F0B4) is unknown color: approx Celadon. HEX triplet: B5, F0 and B4. RGB value is (181,240,180). Sum of RGB (Red+Green+Blue) = 181+240+180=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 240 (94.14% from 255 or 39.93% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 240 - color contains mainly: green. Hex color #B5F0B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5F0B4 is #4A0F4B. Grayscale: #D7D7D7. Windows color (decimal): -4853580 or 11858101. OLE color: 11858101.

HSL color Cylindrical-coordinate representation of color #B5F0B4: hue angle of 119º degrees, saturation: 0.67, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5F0B4 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB181240180-
CMYK0.2500.250.06
HSL119º66.67%82.35%-
HSV(B)119º25%94.12%-
XYZ58.4575.4454.66-
YUV215.52107.95103.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.12%
GREEN value IS 240 (94.14% from 255) = 39.93%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=30.12%
G=39.93%
B=29.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1812401800.2500.250.0611966.6782.35
HexB5F0B4190196774352
Octal265360264310316167103122
Binary10110101111100001011010011001011001110111011110000111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5F0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5F0B4; }

 p { color: rgb(181,240,180); }

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

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

 a { background-color: rgb(181,240,180); }

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

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

 span { border-color: rgb(181,240,180); }

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