Html Css Color HEX #BBFC75 Sulu

📋 copy color: '#BBFC75'

red 187 ◦ green 252 ◦ blue 117

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

Shades of Sulu #BBFC75

Tints of Sulu #BBFC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.04%

R = 33.63%
G = 45.32%
B = 21.04%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#BBFC75 (or 0xBBFC75) is known color: Sulu. HEX triplet: BB, FC and 75. RGB value is (187,252,117). Sum of RGB (Red+Green+Blue) = 187+252+117=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #BBFC75 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFC75 is #44038A. Grayscale: #D9D9D9. Windows color (decimal): -4457355 or 7732411. OLE color: 7732411.

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

Color convert

RGB 187 252 117 -
CMYK 0.26 0 0.54 0.01
HSL 88.89º 0.96% 0.72% -
HSV(B) 88.89º 0.54% 0.99% -
XYZ 58.51 81.47 29.47 -
YUV 217.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 187 252 117 0.26 0 0.54 0.01 88.89 0.96 0.72
Hex BB FC 75 1A 0 36 1 59 60 48
Octal 273 374 165 32 0 66 1 131 140 110
Binary 10111011 11111100 1110101 11010 0 110110 1 1011001 1100000 1001000

Color Harmonies of #BBFC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFC75

Black with #BBFC75

Text Example


Text Example

White with #BBFC75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFC75; }

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

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

background-color css

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

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

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

border-color css

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

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

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