Html Css Color HEX #BBF072 Sulu

📋 copy color: '#BBF072'

red 187 ◦ green 240 ◦ blue 114

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

Shades of Sulu #BBF072

Tints of Sulu #BBF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.07%

R = 34.57%
G = 44.36%
B = 21.07%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BBF072 (or 0xBBF072) is known color: Sulu. HEX triplet: BB, F0 and 72. RGB value is (187,240,114). Sum of RGB (Red+Green+Blue) = 187+240+114=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 240 (94.14% from 255 or 44.36% from 541); Blue value is 114 (44.92% from 255 or 21.07% from 541); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF072 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF072 is #440F8D. Grayscale: #D2D2D2. Windows color (decimal): -4460430 or 7532731. OLE color: 7532731.

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

Color convert

RGB 187 240 114 -
CMYK 0.22 0 0.52 0.06
HSL 85.24º 0.81% 0.69% -
HSV(B) 85.24º 0.53% 0.94% -
XYZ 54.69 74.1 27.34 -
YUV 209.79 73.94 111.75 -
System Red Green Blue C M Y K H S L
Decimal 187 240 114 0.22 0 0.52 0.06 85.24 0.81 0.69
Hex BB F0 72 16 0 34 6 55 51 45
Octal 273 360 162 26 0 64 6 125 121 105
Binary 10111011 11110000 1110010 10110 0 110100 110 1010101 1010001 1000101

Color Harmonies of #BBF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF072

Black with #BBF072

Text Example


Text Example

White with #BBF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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