Html Css Color HEX #B1EE70 Sulu

📋 copy color: '#B1EE70'

red 177 ◦ green 238 ◦ blue 112

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

Shades of Sulu #B1EE70

Tints of Sulu #B1EE70

RGB

 RED value IS 177 (69.53% from 255) = 33.59%

 GREEN value IS 238 (93.36% from 255) = 45.16%

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

R = 33.59%
G = 45.16%
B = 21.25%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#B1EE70 (or 0xB1EE70) is known color: Sulu. HEX triplet: B1, EE and 70. RGB value is (177,238,112). Sum of RGB (Red+Green+Blue) = 177+238+112=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #B1EE70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1EE70 is #4E118F. Grayscale: #CDCDCD. Windows color (decimal): -5116304 or 7401137. OLE color: 7401137.

HSL color Cylindrical-coordinate representation of color #B1EE70: hue angle of 89.05º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B1EE70 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 238 112 -
CMYK 0.26 0 0.53 0.07
HSL 89.05º 0.79% 0.69% -
HSV(B) 89.05º 0.53% 0.93% -
XYZ 51.63 71.67 26.44 -
YUV 205.4 75.29 107.75 -
System Red Green Blue C M Y K H S L
Decimal 177 238 112 0.26 0 0.53 0.07 89.05 0.79 0.69
Hex B1 EE 70 1A 0 35 7 59 4F 45
Octal 261 356 160 32 0 65 7 131 117 105
Binary 10110001 11101110 1110000 11010 0 110101 111 1011001 1001111 1000101

Color Harmonies of #B1EE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1EE70

Black with #B1EE70

Text Example


Text Example

White with #B1EE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1EE70; }

 p { color: rgb(177,238,112); }

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

background-color css

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

 a { background-color: rgb(177,238,112); }

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

border-color css

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

 span { border-color: rgb(177,238,112); }

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