Html Css Color HEX #B5FDB4 Celadon

📋 copy color: '#B5FDB4'

red 181 ◦ green 253 ◦ blue 180

#B5FDB4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #B5FDB4

Tints of Celadon #B5FDB4

RGB

 RED value IS 181 (71.09% from 255) = 29.48%

 GREEN value IS 253 (99.22% from 255) = 41.21%

 BLUE value IS 180 (70.7% from 255) = 29.32%

R = 29.48%
G = 41.21%
B = 29.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.01

RGB Variations

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

Color information

#B5FDB4 (or 0xB5FDB4) is known color: Celadon. HEX triplet: B5, FD and B4. RGB value is (181,253,180). Sum of RGB (Red+Green+Blue) = 181+253+180=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 253 (99.22% from 255 or 41.21% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 253 - color contains mainly: green. Hex color #B5FDB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5FDB4 is #4A024B. Grayscale: #DFDFDF. Windows color (decimal): -4850252 or 11861429. OLE color: 11861429.

HSL color Cylindrical-coordinate representation of color #B5FDB4: hue angle of 119.18º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5FDB4 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 253 180 -
CMYK 0.28 0 0.29 0.01
HSL 119.18º 0.95% 0.85% -
HSV(B) 119.18º 0.29% 0.99% -
XYZ 62.42 83.37 55.98 -
YUV 223.15 103.65 97.94 -
System Red Green Blue C M Y K H S L
Decimal 181 253 180 0.28 0 0.29 0.01 119.18 0.95 0.85
Hex B5 FD B4 1C 0 1D 1 77 5F 55
Octal 265 375 264 34 0 35 1 167 137 125
Binary 10110101 11111101 10110100 11100 0 11101 1 1110111 1011111 1010101

Color Harmonies of #B5FDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5FDB4

Black with #B5FDB4

Text Example


Text Example

White with #B5FDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5FDB4; }

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

 H1.HeaderClassName
 {
   color: #B5FDB4;
 }
 .AnyTagClassName
 {
   color: #B5FDB4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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