Html Css Color HEX #B0F077 Sulu

📋 copy color: '#B0F077'

red 176 ◦ green 240 ◦ blue 119

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

Shades of Sulu #B0F077

Tints of Sulu #B0F077

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.86%

 BLUE value IS 119 (46.88% from 255) = 22.24%

R = 32.9%
G = 44.86%
B = 22.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#B0F077 (or 0xB0F077) is known color: Sulu. HEX triplet: B0, F0 and 77. RGB value is (176,240,119). Sum of RGB (Red+Green+Blue) = 176+240+119=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 119 (46.88% from 255 or 22.24% from 535); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F077 is #4F0F88. Grayscale: #CFCFCF. Windows color (decimal): -5181321 or 7860400. OLE color: 7860400.

HSL color Cylindrical-coordinate representation of color #B0F077: hue angle of 91.74º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B0F077 is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 176 240 119 -
CMYK 0.27 0 0.50 0.06
HSL 91.74º 0.8% 0.7% -
HSV(B) 91.74º 0.5% 0.94% -
XYZ 52.39 72.88 28.76 -
YUV 207.07 78.3 105.84 -
System Red Green Blue C M Y K H S L
Decimal 176 240 119 0.27 0 0.50 0.06 91.74 0.8 0.7
Hex B0 F0 77 1B 0 32 6 5C 50 46
Octal 260 360 167 33 0 62 6 134 120 106
Binary 10110000 11110000 1110111 11011 0 110010 110 1011100 1010000 1000110

Color Harmonies of #B0F077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F077

Black with #B0F077

Text Example


Text Example

White with #B0F077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F077; }

 p { color: rgb(176,240,119); }

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

background-color css

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

 a { background-color: rgb(176,240,119); }

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

border-color css

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

 span { border-color: rgb(176,240,119); }

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