Html Css Color HEX #B0F970 Sulu

📋 copy color: '#B0F970'

red 176 ◦ green 249 ◦ blue 112

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

Shades of Sulu #B0F970

Tints of Sulu #B0F970

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.37%

 BLUE value IS 112 (44.14% from 255) = 20.86%

R = 32.77%
G = 46.37%
B = 20.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#B0F970 (or 0xB0F970) is known color: Sulu. HEX triplet: B0, F9 and 70. RGB value is (176,249,112). Sum of RGB (Red+Green+Blue) = 176+249+112=537 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.77% from 537); Green value is 249 (97.66% from 255 or 46.37% from 537); Blue value is 112 (44.14% from 255 or 20.86% from 537); Max value from RGB is 249 - color contains mainly: green. Hex color #B0F970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0F970 is #4F068F. Grayscale: #D4D4D4. Windows color (decimal): -5179024 or 7403952. OLE color: 7403952.

HSL color Cylindrical-coordinate representation of color #B0F970: hue angle of 91.97º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B0F970 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 249 112 -
CMYK 0.29 0 0.55 0.02
HSL 91.97º 0.92% 0.71% -
HSV(B) 91.97º 0.55% 0.98% -
XYZ 54.7 78.15 27.53 -
YUV 211.56 71.82 102.64 -
System Red Green Blue C M Y K H S L
Decimal 176 249 112 0.29 0 0.55 0.02 91.97 0.92 0.71
Hex B0 F9 70 1D 0 37 2 5C 5C 47
Octal 260 371 160 35 0 67 2 134 134 107
Binary 10110000 11111001 1110000 11101 0 110111 10 1011100 1011100 1000111

Color Harmonies of #B0F970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F970

Black with #B0F970

Text Example


Text Example

White with #B0F970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F970; }

 p { color: rgb(176,249,112); }

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

background-color css

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

 a { background-color: rgb(176,249,112); }

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

border-color css

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

 span { border-color: rgb(176,249,112); }

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