Html Css Color HEX #BFF981 Sulu

📋 copy color: '#BFF981'

red 191 ◦ green 249 ◦ blue 129

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

Shades of Sulu #BFF981

Tints of Sulu #BFF981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.67%

R = 33.57%
G = 43.76%
B = 22.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#BFF981 (or 0xBFF981) is known color: Sulu. HEX triplet: BF, F9 and 81. RGB value is (191,249,129). Sum of RGB (Red+Green+Blue) = 191+249+129=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF981 is #40067E. Grayscale: #DADADA. Windows color (decimal): -4195967 or 8518079. OLE color: 8518079.

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

Color convert

RGB 191 249 129 -
CMYK 0.23 0 0.48 0.02
HSL 89º 0.91% 0.74% -
HSV(B) 89º 0.48% 0.98% -
XYZ 59.32 80.41 33.16 -
YUV 217.98 77.78 108.76 -
System Red Green Blue C M Y K H S L
Decimal 191 249 129 0.23 0 0.48 0.02 89 0.91 0.74
Hex BF F9 81 17 0 30 2 59 5B 4A
Octal 277 371 201 27 0 60 2 131 133 112
Binary 10111111 11111001 10000001 10111 0 110000 10 1011001 1011011 1001010

Color Harmonies of #BFF981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF981

Black with #BFF981

Text Example


Text Example

White with #BFF981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF981; }

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

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

background-color css

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

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

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

border-color css

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

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

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