Html Css Color HEX #B0F16B Sulu

📋 copy color: '#B0F16B'

red 176 ◦ green 241 ◦ blue 107

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

Shades of Sulu #B0F16B

Tints of Sulu #B0F16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.42%

R = 33.59%
G = 45.99%
B = 20.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#B0F16B (or 0xB0F16B) is known color: Sulu. HEX triplet: B0, F1 and 6B. RGB value is (176,241,107). Sum of RGB (Red+Green+Blue) = 176+241+107=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 107 (42.19% from 255 or 20.42% from 524); Max value from RGB is 241 - color contains mainly: green. Hex color #B0F16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F16B is #4F0E94. Grayscale: #CECECE. Windows color (decimal): -5181077 or 7074224. OLE color: 7074224.

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

Color convert

RGB 176 241 107 -
CMYK 0.27 0 0.56 0.05
HSL 89.1º 0.83% 0.68% -
HSV(B) 89.1º 0.56% 0.95% -
XYZ 52.01 73.2 25.3 -
YUV 206.29 71.97 106.4 -
System Red Green Blue C M Y K H S L
Decimal 176 241 107 0.27 0 0.56 0.05 89.1 0.83 0.68
Hex B0 F1 6B 1B 0 38 5 59 53 44
Octal 260 361 153 33 0 70 5 131 123 104
Binary 10110000 11110001 1101011 11011 0 111000 101 1011001 1010011 1000100

Color Harmonies of #B0F16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F16B

Black with #B0F16B

Text Example


Text Example

White with #B0F16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F16B; }

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

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

background-color css

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

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

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

border-color css

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

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

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