Html Css Color HEX #BFF088 Sulu

📋 copy color: '#BFF088'

red 191 ◦ green 240 ◦ blue 136

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

Shades of Sulu #BFF088

Tints of Sulu #BFF088

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.33%

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

R = 33.69%
G = 42.33%
B = 23.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.43

 K value IS 0.06

RGB Variations

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

Color information

#BFF088 (or 0xBFF088) is known color: Sulu. HEX triplet: BF, F0 and 88. RGB value is (191,240,136). Sum of RGB (Red+Green+Blue) = 191+240+136=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 240 (94.14% from 255 or 42.33% from 567); Blue value is 136 (53.52% from 255 or 23.99% from 567); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF088 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF088 is #400F77. Grayscale: #D5D5D5. Windows color (decimal): -4198264 or 8974527. OLE color: 8974527.

HSL color Cylindrical-coordinate representation of color #BFF088: hue angle of 88.27º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFF088 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 136 -
CMYK 0.20 0 0.43 0.06
HSL 88.27º 0.78% 0.74% -
HSV(B) 88.27º 0.43% 0.94% -
XYZ 57.09 75.17 34.79 -
YUV 213.49 84.27 111.96 -
System Red Green Blue C M Y K H S L
Decimal 191 240 136 0.20 0 0.43 0.06 88.27 0.78 0.74
Hex BF F0 88 14 0 2B 6 58 4E 4A
Octal 277 360 210 24 0 53 6 130 116 112
Binary 10111111 11110000 10001000 10100 0 101011 110 1011000 1001110 1001010

Color Harmonies of #BFF088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF088

Black with #BFF088

Text Example


Text Example

White with #BFF088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF088; }

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

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

background-color css

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

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

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

border-color css

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

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

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