Html Css Color HEX #B2F2AF Celadon

📋 copy color: '#B2F2AF'

red 178 ◦ green 242 ◦ blue 175

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

Shades of Celadon #B2F2AF

Tints of Celadon #B2F2AF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.67%

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

R = 29.92%
G = 40.67%
B = 29.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#B2F2AF (or 0xB2F2AF) is known color: Celadon. HEX triplet: B2, F2 and AF. RGB value is (178,242,175). Sum of RGB (Red+Green+Blue) = 178+242+175=595 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.92% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F2AF is #4D0D50. Grayscale: #D7D7D7. Windows color (decimal): -5049681 or 11530930. OLE color: 11530930.

HSL color Cylindrical-coordinate representation of color #B2F2AF: hue angle of 117.31º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F2AF is Cyan = 0.26, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 242 175 -
CMYK 0.26 0 0.28 0.05
HSL 117.31º 0.72% 0.82% -
HSV(B) 117.31º 0.28% 0.95% -
XYZ 57.85 76.06 52.19 -
YUV 215.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 178 242 175 0.26 0 0.28 0.05 117.31 0.72 0.82
Hex B2 F2 AF 1A 0 1C 5 75 48 52
Octal 262 362 257 32 0 34 5 165 110 122
Binary 10110010 11110010 10101111 11010 0 11100 101 1110101 1001000 1010010

Color Harmonies of #B2F2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F2AF

Black with #B2F2AF

Text Example


Text Example

White with #B2F2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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