Html Css Color HEX #BBF071 Sulu

📋 copy color: '#BBF071'

red 187 ◦ green 240 ◦ blue 113

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

Shades of Sulu #BBF071

Tints of Sulu #BBF071

RGB

 RED value IS 187 (73.44% from 255) = 34.63%

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

 BLUE value IS 113 (44.53% from 255) = 20.93%

R = 34.63%
G = 44.44%
B = 20.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#BBF071 (or 0xBBF071) is known color: Sulu. HEX triplet: BB, F0 and 71. RGB value is (187,240,113). Sum of RGB (Red+Green+Blue) = 187+240+113=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 240 (94.14% from 255 or 44.44% from 540); Blue value is 113 (44.53% from 255 or 20.93% from 540); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF071 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF071 is #440F8E. Grayscale: #D2D2D2. Windows color (decimal): -4460431 or 7467195. OLE color: 7467195.

HSL color Cylindrical-coordinate representation of color #BBF071: hue angle of 85.04º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF071 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 113 -
CMYK 0.22 0 0.53 0.06
HSL 85.04º 0.81% 0.69% -
HSV(B) 85.04º 0.53% 0.94% -
XYZ 54.63 74.08 27.04 -
YUV 209.68 73.44 111.83 -
System Red Green Blue C M Y K H S L
Decimal 187 240 113 0.22 0 0.53 0.06 85.04 0.81 0.69
Hex BB F0 71 16 0 35 6 55 51 45
Octal 273 360 161 26 0 65 6 125 121 105
Binary 10111011 11110000 1110001 10110 0 110101 110 1010101 1010001 1000101

Color Harmonies of #BBF071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF071

Black with #BBF071

Text Example


Text Example

White with #BBF071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF071; }

 p { color: rgb(187,240,113); }

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

background-color css

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

 a { background-color: rgb(187,240,113); }

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

border-color css

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

 span { border-color: rgb(187,240,113); }

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