Html Css Color HEX #B7F1B4 Celadon

📋 copy color: '#B7F1B4'

red 183 ◦ green 241 ◦ blue 180

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

Shades of Celadon #B7F1B4

Tints of Celadon #B7F1B4

RGB

 RED value IS 183 (71.88% from 255) = 30.3%

 GREEN value IS 241 (94.53% from 255) = 39.9%

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

R = 30.3%
G = 39.9%
B = 29.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#B7F1B4 (or 0xB7F1B4) is known color: Celadon. HEX triplet: B7, F1 and B4. RGB value is (183,241,180). Sum of RGB (Red+Green+Blue) = 183+241+180=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 241 (94.53% from 255 or 39.90% from 604); Blue value is 180 (70.70% from 255 or 29.80% from 604); Max value from RGB is 241 - color contains mainly: green. Hex color #B7F1B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7F1B4 is #480E4B. Grayscale: #D8D8D8. Windows color (decimal): -4722252 or 11858359. OLE color: 11858359.

HSL color Cylindrical-coordinate representation of color #B7F1B4: hue angle of 117.05º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F1B4 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB 183 241 180 -
CMYK 0.24 0 0.25 0.05
HSL 117.05º 0.69% 0.83% -
HSV(B) 117.05º 0.25% 0.95% -
XYZ 59.22 76.27 54.78 -
YUV 216.7 107.28 103.96 -
System Red Green Blue C M Y K H S L
Decimal 183 241 180 0.24 0 0.25 0.05 117.05 0.69 0.83
Hex B7 F1 B4 18 0 19 5 75 45 53
Octal 267 361 264 30 0 31 5 165 105 123
Binary 10110111 11110001 10110100 11000 0 11001 101 1110101 1000101 1010011

Color Harmonies of #B7F1B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7F1B4

Black with #B7F1B4

Text Example


Text Example

White with #B7F1B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7F1B4; }

 p { color: rgb(183,241,180); }

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

background-color css

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

 a { background-color: rgb(183,241,180); }

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

border-color css

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

 span { border-color: rgb(183,241,180); }

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