Html Css Color HEX #BFF988 Sulu

📋 copy color: '#BFF988'

red 191 ◦ green 249 ◦ blue 136

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

Shades of Sulu #BFF988

Tints of Sulu #BFF988

RGB

 RED value IS 191 (75% from 255) = 33.16%

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

 BLUE value IS 136 (53.52% from 255) = 23.61%

R = 33.16%
G = 43.23%
B = 23.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#BFF988 (or 0xBFF988) is known color: Sulu. HEX triplet: BF, F9 and 88. RGB value is (191,249,136). Sum of RGB (Red+Green+Blue) = 191+249+136=576 (76% of max value = 765). Red value is 191 (75% from 255 or 33.16% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF988 is #400677. Grayscale: #DBDBDB. Windows color (decimal): -4195960 or 8976831. OLE color: 8976831.

HSL color Cylindrical-coordinate representation of color #BFF988: hue angle of 90.8º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BFF988 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 249 136 -
CMYK 0.23 0 0.45 0.02
HSL 90.8º 0.9% 0.75% -
HSV(B) 90.8º 0.45% 0.98% -
XYZ 59.81 80.61 35.7 -
YUV 218.78 81.28 108.19 -
System Red Green Blue C M Y K H S L
Decimal 191 249 136 0.23 0 0.45 0.02 90.8 0.9 0.75
Hex BF F9 88 17 0 2D 2 5B 5A 4B
Octal 277 371 210 27 0 55 2 133 132 113
Binary 10111111 11111001 10001000 10111 0 101101 10 1011011 1011010 1001011

Color Harmonies of #BFF988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF988

Black with #BFF988

Text Example


Text Example

White with #BFF988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF988; }

 p { color: rgb(191,249,136); }

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

background-color css

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

 a { background-color: rgb(191,249,136); }

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

border-color css

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

 span { border-color: rgb(191,249,136); }

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