Html Css Color HEX #BFF991 Reef

📋 copy color: '#BFF991'

red 191 ◦ green 249 ◦ blue 145

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

Shades of Reef #BFF991

Tints of Reef #BFF991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 24.79%

R = 32.65%
G = 42.56%
B = 24.79%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BFF991 (or 0xBFF991) is known color: Reef. HEX triplet: BF, F9 and 91. RGB value is (191,249,145). Sum of RGB (Red+Green+Blue) = 191+249+145=585 (77% of max value = 765). Red value is 191 (75% from 255 or 32.65% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 145 (57.03% from 255 or 24.79% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #BFF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF991 is #40066E. Grayscale: #DCDCDC. Windows color (decimal): -4195951 or 9566655. OLE color: 9566655.

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

Color convert

RGB 191 249 145 -
CMYK 0.23 0 0.42 0.02
HSL 93.46º 0.9% 0.77% -
HSV(B) 93.46º 0.42% 0.98% -
XYZ 60.47 80.87 39.21 -
YUV 219.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 191 249 145 0.23 0 0.42 0.02 93.46 0.9 0.77
Hex BF F9 91 17 0 2A 2 5D 5A 4D
Octal 277 371 221 27 0 52 2 135 132 115
Binary 10111111 11111001 10010001 10111 0 101010 10 1011101 1011010 1001101

Color Harmonies of #BFF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF991

Black with #BFF991

Text Example


Text Example

White with #BFF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF991; }

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

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

background-color css

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

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

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

border-color css

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

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

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