Html Css Color HEX #B0F175 Sulu

📋 copy color: '#B0F175'

red 176 ◦ green 241 ◦ blue 117

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

Shades of Sulu #B0F175

Tints of Sulu #B0F175

RGB

 RED value IS 176 (69.14% from 255) = 32.96%

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

 BLUE value IS 117 (46.09% from 255) = 21.91%

R = 32.96%
G = 45.13%
B = 21.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#B0F175 (or 0xB0F175) is known color: Sulu. HEX triplet: B0, F1 and 75. RGB value is (176,241,117). Sum of RGB (Red+Green+Blue) = 176+241+117=534 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.96% from 534); Green value is 241 (94.53% from 255 or 45.13% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F175 is #4F0E8A. Grayscale: #CFCFCF. Windows color (decimal): -5181067 or 7729584. OLE color: 7729584.

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

Color convert

RGB 176 241 117 -
CMYK 0.27 0 0.51 0.05
HSL 91.45º 0.82% 0.7% -
HSV(B) 91.45º 0.51% 0.95% -
XYZ 52.57 73.43 28.23 -
YUV 207.43 76.97 105.58 -
System Red Green Blue C M Y K H S L
Decimal 176 241 117 0.27 0 0.51 0.05 91.45 0.82 0.7
Hex B0 F1 75 1B 0 33 5 5B 52 46
Octal 260 361 165 33 0 63 5 133 122 106
Binary 10110000 11110001 1110101 11011 0 110011 101 1011011 1010010 1000110

Color Harmonies of #B0F175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F175

Black with #B0F175

Text Example


Text Example

White with #B0F175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F175; }

 p { color: rgb(176,241,117); }

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

background-color css

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

 a { background-color: rgb(176,241,117); }

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

border-color css

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

 span { border-color: rgb(176,241,117); }

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