Html Css Color HEX #BBFC72 Sulu

📋 copy color: '#BBFC72'

red 187 ◦ green 252 ◦ blue 114

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

Shades of Sulu #BBFC72

Tints of Sulu #BBFC72

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

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

R = 33.82%
G = 45.57%
B = 20.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#BBFC72 (or 0xBBFC72) is known color: Sulu. HEX triplet: BB, FC and 72. RGB value is (187,252,114). Sum of RGB (Red+Green+Blue) = 187+252+114=553 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.82% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 114 (44.92% from 255 or 20.61% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC72 is #44038D. Grayscale: #D9D9D9. Windows color (decimal): -4457358 or 7535803. OLE color: 7535803.

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

Color convert

RGB 187 252 114 -
CMYK 0.26 0 0.55 0.01
HSL 88.26º 0.96% 0.72% -
HSV(B) 88.26º 0.55% 0.99% -
XYZ 58.34 81.4 28.56 -
YUV 216.83 69.97 106.72 -
System Red Green Blue C M Y K H S L
Decimal 187 252 114 0.26 0 0.55 0.01 88.26 0.96 0.72
Hex BB FC 72 1A 0 37 1 58 60 48
Octal 273 374 162 32 0 67 1 130 140 110
Binary 10111011 11111100 1110010 11010 0 110111 1 1011000 1100000 1001000

Color Harmonies of #BBFC72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC72

Black with #BBFC72

Text Example


Text Example

White with #BBFC72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC72; }

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

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

background-color css

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

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

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

border-color css

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

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

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