Html Css Color HEX #BBFF72 Sulu

📋 copy color: '#BBFF72'

red 187 ◦ green 255 ◦ blue 114

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

Shades of Sulu #BBFF72

Tints of Sulu #BBFF72

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

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

R = 33.63%
G = 45.86%
B = 20.5%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#BBFF72 (or 0xBBFF72) is known color: Sulu. HEX triplet: BB, FF and 72. RGB value is (187,255,114). Sum of RGB (Red+Green+Blue) = 187+255+114=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 114 (44.92% from 255 or 20.50% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFF72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFF72 is #44008D. Grayscale: #DBDBDB. Windows color (decimal): -4456590 or 7536571. OLE color: 7536571.

HSL color Cylindrical-coordinate representation of color #BBFF72: hue angle of 88.94º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBFF72 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 187 255 114 -
CMYK 0.27 0 0.55 0
HSL 88.94º 1% 0.72% -
HSV(B) 88.94º 0.55% 1% -
XYZ 59.29 83.3 28.87 -
YUV 218.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 187 255 114 0.27 0 0.55 0 88.94 1 0.72
Hex BB FF 72 1B 0 37 0 59 64 48
Octal 273 377 162 33 0 67 0 131 144 110
Binary 10111011 11111111 1110010 11011 0 110111 0 1011001 1100100 1001000

Color Harmonies of #BBFF72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFF72

Black with #BBFF72

Text Example


Text Example

White with #BBFF72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFF72; }

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

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

background-color css

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

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

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

border-color css

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

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

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