Html Css Color HEX #BBF96F Sulu

📋 copy color: '#BBF96F'

red 187 ◦ green 249 ◦ blue 111

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

Shades of Sulu #BBF96F

Tints of Sulu #BBF96F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.52%

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 34.19%
G = 45.52%
B = 20.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BBF96F (or 0xBBF96F) is known color: Sulu. HEX triplet: BB, F9 and 6F. RGB value is (187,249,111). Sum of RGB (Red+Green+Blue) = 187+249+111=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF96F is #440690. Grayscale: #D7D7D7. Windows color (decimal): -4458129 or 7338427. OLE color: 7338427.

HSL color Cylindrical-coordinate representation of color #BBF96F: hue angle of 86.96º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBF96F is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 249 111 -
CMYK 0.25 0 0.55 0.02
HSL 86.96º 0.92% 0.71% -
HSV(B) 86.96º 0.55% 0.98% -
XYZ 57.24 79.46 27.36 -
YUV 214.73 69.46 108.22 -
System Red Green Blue C M Y K H S L
Decimal 187 249 111 0.25 0 0.55 0.02 86.96 0.92 0.71
Hex BB F9 6F 19 0 37 2 57 5C 47
Octal 273 371 157 31 0 67 2 127 134 107
Binary 10111011 11111001 1101111 11001 0 110111 10 1010111 1011100 1000111

Color Harmonies of #BBF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF96F

Black with #BBF96F

Text Example


Text Example

White with #BBF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF96F; }

 p { color: rgb(187,249,111); }

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

background-color css

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

 a { background-color: rgb(187,249,111); }

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

border-color css

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

 span { border-color: rgb(187,249,111); }

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