Html Css Color HEX #B0F07B Sulu

📋 copy color: '#B0F07B'

red 176 ◦ green 240 ◦ blue 123

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

Shades of Sulu #B0F07B

Tints of Sulu #B0F07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 22.82%

R = 32.65%
G = 44.53%
B = 22.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#B0F07B (or 0xB0F07B) is known color: Sulu. HEX triplet: B0, F0 and 7B. RGB value is (176,240,123). Sum of RGB (Red+Green+Blue) = 176+240+123=539 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.65% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F07B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F07B is #4F0F84. Grayscale: #CFCFCF. Windows color (decimal): -5181317 or 8122544. OLE color: 8122544.

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

Color convert

RGB 176 240 123 -
CMYK 0.27 0 0.49 0.06
HSL 92.82º 0.8% 0.71% -
HSV(B) 92.82º 0.49% 0.94% -
XYZ 52.64 72.98 30.05 -
YUV 207.53 80.3 105.51 -
System Red Green Blue C M Y K H S L
Decimal 176 240 123 0.27 0 0.49 0.06 92.82 0.8 0.71
Hex B0 F0 7B 1B 0 31 6 5D 50 47
Octal 260 360 173 33 0 61 6 135 120 107
Binary 10110000 11110000 1111011 11011 0 110001 110 1011101 1010000 1000111

Color Harmonies of #B0F07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F07B

Black with #B0F07B

Text Example


Text Example

White with #B0F07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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