Html Css Color HEX #BBF772 Sulu

📋 copy color: '#BBF772'

red 187 ◦ green 247 ◦ blue 114

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

Shades of Sulu #BBF772

Tints of Sulu #BBF772

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.07%

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

R = 34.12%
G = 45.07%
B = 20.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#BBF772 (or 0xBBF772) is known color: Sulu. HEX triplet: BB, F7 and 72. RGB value is (187,247,114). Sum of RGB (Red+Green+Blue) = 187+247+114=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 247 (96.88% from 255 or 45.07% from 548); Blue value is 114 (44.92% from 255 or 20.80% from 548); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF772 is #44088D. Grayscale: #D6D6D6. Windows color (decimal): -4458638 or 7534523. OLE color: 7534523.

HSL color Cylindrical-coordinate representation of color #BBF772: hue angle of 87.07º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BBF772 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 114 -
CMYK 0.24 0 0.54 0.03
HSL 87.07º 0.89% 0.71% -
HSV(B) 87.07º 0.54% 0.97% -
XYZ 56.79 78.3 28.04 -
YUV 213.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 187 247 114 0.24 0 0.54 0.03 87.07 0.89 0.71
Hex BB F7 72 18 0 36 3 57 59 47
Octal 273 367 162 30 0 66 3 127 131 107
Binary 10111011 11110111 1110010 11000 0 110110 11 1010111 1011001 1000111

Color Harmonies of #BBF772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF772

Black with #BBF772

Text Example


Text Example

White with #BBF772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF772; }

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

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

background-color css

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

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

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

border-color css

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

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

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