Html Css Color HEX #BFF584 Sulu

📋 copy color: '#BFF584'

red 191 ◦ green 245 ◦ blue 132

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

Shades of Sulu #BFF584

Tints of Sulu #BFF584

RGB

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

 GREEN value IS 245 (96.09% from 255) = 43.13%

 BLUE value IS 132 (51.95% from 255) = 23.24%

R = 33.63%
G = 43.13%
B = 23.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.46

 K value IS 0.04

RGB Variations

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

Color information

#BFF584 (or 0xBFF584) is known color: Sulu. HEX triplet: BF, F5 and 84. RGB value is (191,245,132). Sum of RGB (Red+Green+Blue) = 191+245+132=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 245 (96.09% from 255 or 43.13% from 568); Blue value is 132 (51.95% from 255 or 23.24% from 568); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF584 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF584 is #400A7B. Grayscale: #D8D8D8. Windows color (decimal): -4196988 or 8713663. OLE color: 8713663.

HSL color Cylindrical-coordinate representation of color #BFF584: hue angle of 88.67º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFF584 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 132 -
CMYK 0.22 0 0.46 0.04
HSL 88.67º 0.85% 0.74% -
HSV(B) 88.67º 0.46% 0.96% -
XYZ 58.3 78.05 33.82 -
YUV 215.97 80.61 110.19 -
System Red Green Blue C M Y K H S L
Decimal 191 245 132 0.22 0 0.46 0.04 88.67 0.85 0.74
Hex BF F5 84 16 0 2E 4 59 55 4A
Octal 277 365 204 26 0 56 4 131 125 112
Binary 10111111 11110101 10000100 10110 0 101110 100 1011001 1010101 1001010

Color Harmonies of #BFF584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF584

Black with #BFF584

Text Example


Text Example

White with #BFF584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF584; }

 p { color: rgb(191,245,132); }

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

background-color css

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

 a { background-color: rgb(191,245,132); }

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

border-color css

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

 span { border-color: rgb(191,245,132); }

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