Html Css Color HEX #B1F774 Sulu

📋 copy color: '#B1F774'

red 177 ◦ green 247 ◦ blue 116

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

Shades of Sulu #B1F774

Tints of Sulu #B1F774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.74%

 BLUE value IS 116 (45.7% from 255) = 21.48%

R = 32.78%
G = 45.74%
B = 21.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#B1F774 (or 0xB1F774) is known color: Sulu. HEX triplet: B1, F7 and 74. RGB value is (177,247,116). Sum of RGB (Red+Green+Blue) = 177+247+116=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 247 (96.88% from 255 or 45.74% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F774 is #4E088B. Grayscale: #D3D3D3. Windows color (decimal): -5113996 or 7665585. OLE color: 7665585.

HSL color Cylindrical-coordinate representation of color #B1F774: hue angle of 92.06º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1F774 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 247 116 -
CMYK 0.28 0 0.53 0.03
HSL 92.06º 0.89% 0.71% -
HSV(B) 92.06º 0.53% 0.97% -
XYZ 54.54 77.13 28.54 -
YUV 211.14 74.31 103.65 -
System Red Green Blue C M Y K H S L
Decimal 177 247 116 0.28 0 0.53 0.03 92.06 0.89 0.71
Hex B1 F7 74 1C 0 35 3 5C 59 47
Octal 261 367 164 34 0 65 3 134 131 107
Binary 10110001 11110111 1110100 11100 0 110101 11 1011100 1011001 1000111

Color Harmonies of #B1F774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F774

Black with #B1F774

Text Example


Text Example

White with #B1F774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F774; }

 p { color: rgb(177,247,116); }

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

background-color css

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

 a { background-color: rgb(177,247,116); }

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

border-color css

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

 span { border-color: rgb(177,247,116); }

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