Html Css Color HEX #BBFD7F Sulu

📋 copy color: '#BBFD7F'

red 187 ◦ green 253 ◦ blue 127

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

Shades of Sulu #BBFD7F

Tints of Sulu #BBFD7F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.62%

 BLUE value IS 127 (50% from 255) = 22.4%

R = 32.98%
G = 44.62%
B = 22.4%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#BBFD7F (or 0xBBFD7F) is known color: Sulu. HEX triplet: BB, FD and 7F. RGB value is (187,253,127). Sum of RGB (Red+Green+Blue) = 187+253+127=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 127 (50% from 255 or 22.40% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD7F is #440280. Grayscale: #DBDBDB. Windows color (decimal): -4457089 or 8388027. OLE color: 8388027.

HSL color Cylindrical-coordinate representation of color #BBFD7F: hue angle of 91.43º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BBFD7F is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 253 127 -
CMYK 0.26 0 0.50 0.01
HSL 91.43º 0.97% 0.75% -
HSV(B) 91.43º 0.5% 0.99% -
XYZ 59.45 82.35 32.84 -
YUV 218.9 76.13 105.25 -
System Red Green Blue C M Y K H S L
Decimal 187 253 127 0.26 0 0.50 0.01 91.43 0.97 0.75
Hex BB FD 7F 1A 0 32 1 5B 61 4B
Octal 273 375 177 32 0 62 1 133 141 113
Binary 10111011 11111101 1111111 11010 0 110010 1 1011011 1100001 1001011

Color Harmonies of #BBFD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBFD7F

Black with #BBFD7F

Text Example


Text Example

White with #BBFD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBFD7F; }

 p { color: rgb(187,253,127); }

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

background-color css

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

 a { background-color: rgb(187,253,127); }

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

border-color css

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

 span { border-color: rgb(187,253,127); }

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