Html Css Color HEX #B2F37C Sulu

📋 copy color: '#B2F37C'

red 178 ◦ green 243 ◦ blue 124

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

Shades of Sulu #B2F37C

Tints of Sulu #B2F37C

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.59%

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

R = 32.66%
G = 44.59%
B = 22.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#B2F37C (or 0xB2F37C) is known color: Sulu. HEX triplet: B2, F3 and 7C. RGB value is (178,243,124). Sum of RGB (Red+Green+Blue) = 178+243+124=545 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.66% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F37C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F37C is #4D0C83. Grayscale: #D2D2D2. Windows color (decimal): -5049476 or 8188850. OLE color: 8188850.

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

Color convert

RGB 178 243 124 -
CMYK 0.27 0 0.49 0.05
HSL 92.77º 0.83% 0.72% -
HSV(B) 92.77º 0.49% 0.95% -
XYZ 54.05 75.02 30.7 -
YUV 210 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 178 243 124 0.27 0 0.49 0.05 92.77 0.83 0.72
Hex B2 F3 7C 1B 0 31 5 5D 53 48
Octal 262 363 174 33 0 61 5 135 123 110
Binary 10110010 11110011 1111100 11011 0 110001 101 1011101 1010011 1001000

Color Harmonies of #B2F37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F37C

Black with #B2F37C

Text Example


Text Example

White with #B2F37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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