Html Css Color HEX #BFF985 Sulu

📋 copy color: '#BFF985'

red 191 ◦ green 249 ◦ blue 133

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

Shades of Sulu #BFF985

Tints of Sulu #BFF985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.21%

R = 33.33%
G = 43.46%
B = 23.21%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#BFF985 (or 0xBFF985) is known color: Sulu. HEX triplet: BF, F9 and 85. RGB value is (191,249,133). Sum of RGB (Red+Green+Blue) = 191+249+133=573 (75% of max value = 765). Red value is 191 (75% from 255 or 33.33% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 133 (52.34% from 255 or 23.21% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF985 is #40067A. Grayscale: #DADADA. Windows color (decimal): -4195963 or 8780223. OLE color: 8780223.

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

Color convert

RGB 191 249 133 -
CMYK 0.23 0 0.47 0.02
HSL 90º 0.91% 0.75% -
HSV(B) 90º 0.47% 0.98% -
XYZ 59.6 80.52 34.59 -
YUV 218.43 79.78 108.43 -
System Red Green Blue C M Y K H S L
Decimal 191 249 133 0.23 0 0.47 0.02 90 0.91 0.75
Hex BF F9 85 17 0 2F 2 5A 5B 4B
Octal 277 371 205 27 0 57 2 132 133 113
Binary 10111111 11111001 10000101 10111 0 101111 10 1011010 1011011 1001011

Color Harmonies of #BFF985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF985

Black with #BFF985

Text Example


Text Example

White with #BFF985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF985; }

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

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

background-color css

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

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

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

border-color css

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

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

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