Html Css Color HEX #B1F37D Sulu

📋 copy color: '#B1F37D'

red 177 ◦ green 243 ◦ blue 125

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

Shades of Sulu #B1F37D

Tints of Sulu #B1F37D

RGB

 RED value IS 177 (69.53% from 255) = 32.48%

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

 BLUE value IS 125 (49.22% from 255) = 22.94%

R = 32.48%
G = 44.59%
B = 22.94%

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

#B1F37D (or 0xB1F37D) is known color: Sulu. HEX triplet: B1, F3 and 7D. RGB value is (177,243,125). Sum of RGB (Red+Green+Blue) = 177+243+125=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #B1F37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F37D is #4E0C82. Grayscale: #D2D2D2. Windows color (decimal): -5115011 or 8254385. OLE color: 8254385.

HSL color Cylindrical-coordinate representation of color #B1F37D: hue angle of 93.56º 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 #B1F37D is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 243 125 -
CMYK 0.27 0 0.49 0.05
HSL 93.56º 0.83% 0.72% -
HSV(B) 93.56º 0.49% 0.95% -
XYZ 53.88 74.93 31.02 -
YUV 209.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 177 243 125 0.27 0 0.49 0.05 93.56 0.83 0.72
Hex B1 F3 7D 1B 0 31 5 5E 53 48
Octal 261 363 175 33 0 61 5 136 123 110
Binary 10110001 11110011 1111101 11011 0 110001 101 1011110 1010011 1001000

Color Harmonies of #B1F37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F37D

Black with #B1F37D

Text Example


Text Example

White with #B1F37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F37D; }

 p { color: rgb(177,243,125); }

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

background-color css

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

 a { background-color: rgb(177,243,125); }

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

border-color css

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

 span { border-color: rgb(177,243,125); }

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