Html Css Color HEX #B2F5AF Celadon

📋 copy color: '#B2F5AF'

red 178 ◦ green 245 ◦ blue 175

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

Shades of Celadon #B2F5AF

Tints of Celadon #B2F5AF

RGB

 RED value IS 178 (69.92% from 255) = 29.77%

 GREEN value IS 245 (96.09% from 255) = 40.97%

 BLUE value IS 175 (68.75% from 255) = 29.26%

R = 29.77%
G = 40.97%
B = 29.26%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#B2F5AF (or 0xB2F5AF) is known color: Celadon. HEX triplet: B2, F5 and AF. RGB value is (178,245,175). Sum of RGB (Red+Green+Blue) = 178+245+175=598 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.77% from 598); Green value is 245 (96.09% from 255 or 40.97% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F5AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F5AF is #4D0A50. Grayscale: #D9D9D9. Windows color (decimal): -5048913 or 11531698. OLE color: 11531698.

HSL color Cylindrical-coordinate representation of color #B2F5AF: hue angle of 117.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2F5AF is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 245 175 -
CMYK 0.27 0 0.29 0.04
HSL 117.43º 0.78% 0.82% -
HSV(B) 117.43º 0.29% 0.96% -
XYZ 58.75 77.86 52.49 -
YUV 216.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 178 245 175 0.27 0 0.29 0.04 117.43 0.78 0.82
Hex B2 F5 AF 1B 0 1D 4 75 4E 52
Octal 262 365 257 33 0 35 4 165 116 122
Binary 10110010 11110101 10101111 11011 0 11101 100 1110101 1001110 1010010

Color Harmonies of #B2F5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F5AF

Black with #B2F5AF

Text Example


Text Example

White with #B2F5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F5AF; }

 p { color: rgb(178,245,175); }

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

background-color css

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

 a { background-color: rgb(178,245,175); }

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

border-color css

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

 span { border-color: rgb(178,245,175); }

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