Html Css Color HEX #B2F57C Sulu

📋 copy color: '#B2F57C'

red 178 ◦ green 245 ◦ blue 124

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

Shades of Sulu #B2F57C

Tints of Sulu #B2F57C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.67%

R = 32.54%
G = 44.79%
B = 22.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#B2F57C (or 0xB2F57C) is known color: Sulu. HEX triplet: B2, F5 and 7C. RGB value is (178,245,124). Sum of RGB (Red+Green+Blue) = 178+245+124=547 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.54% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 124 (48.83% from 255 or 22.67% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F57C is #4D0A83. Grayscale: #D3D3D3. Windows color (decimal): -5048964 or 8189362. OLE color: 8189362.

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

Color convert

RGB 178 245 124 -
CMYK 0.27 0 0.49 0.04
HSL 93.22º 0.86% 0.72% -
HSV(B) 93.22º 0.49% 0.96% -
XYZ 54.65 76.23 30.9 -
YUV 211.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 178 245 124 0.27 0 0.49 0.04 93.22 0.86 0.72
Hex B2 F5 7C 1B 0 31 4 5D 56 48
Octal 262 365 174 33 0 61 4 135 126 110
Binary 10110010 11110101 1111100 11011 0 110001 100 1011101 1010110 1001000

Color Harmonies of #B2F57C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F57C

Black with #B2F57C

Text Example


Text Example

White with #B2F57C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F57C; }

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

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

background-color css

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

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

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

border-color css

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

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

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