Html Css Color HEX #BFF971 Sulu

📋 copy color: '#BFF971'

red 191 ◦ green 249 ◦ blue 113

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

Shades of Sulu #BFF971

Tints of Sulu #BFF971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 20.43%

R = 34.54%
G = 45.03%
B = 20.43%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#BFF971 (or 0xBFF971) is known color: Sulu. HEX triplet: BF, F9 and 71. RGB value is (191,249,113). Sum of RGB (Red+Green+Blue) = 191+249+113=553 (73% of max value = 765). Red value is 191 (75% from 255 or 34.54% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 113 (44.53% from 255 or 20.43% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF971 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF971 is #40068E. Grayscale: #D8D8D8. Windows color (decimal): -4195983 or 7469503. OLE color: 7469503.

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

Color convert

RGB 191 249 113 -
CMYK 0.23 0 0.55 0.02
HSL 85.59º 0.92% 0.71% -
HSV(B) 85.59º 0.55% 0.98% -
XYZ 58.34 80.02 27.99 -
YUV 216.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 191 249 113 0.23 0 0.55 0.02 85.59 0.92 0.71
Hex BF F9 71 17 0 37 2 56 5C 47
Octal 277 371 161 27 0 67 2 126 134 107
Binary 10111111 11111001 1110001 10111 0 110111 10 1010110 1011100 1000111

Color Harmonies of #BFF971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF971

Black with #BFF971

Text Example


Text Example

White with #BFF971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF971; }

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

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

background-color css

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

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

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

border-color css

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

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

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