Html Css Color HEX #BFFC91 Reef

📋 copy color: '#BFFC91'

red 191 ◦ green 252 ◦ blue 145

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

Shades of Reef #BFFC91

Tints of Reef #BFFC91

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.86%

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

R = 32.48%
G = 42.86%
B = 24.66%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#BFFC91 (or 0xBFFC91) is known color: Reef. HEX triplet: BF, FC and 91. RGB value is (191,252,145). Sum of RGB (Red+Green+Blue) = 191+252+145=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 145 (57.03% from 255 or 24.66% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC91 is #40036E. Grayscale: #DDDDDD. Windows color (decimal): -4195183 or 9567423. OLE color: 9567423.

HSL color Cylindrical-coordinate representation of color #BFFC91: hue angle of 94.21º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFFC91 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 145 -
CMYK 0.24 0 0.42 0.01
HSL 94.21º 0.95% 0.78% -
HSV(B) 94.21º 0.42% 0.99% -
XYZ 61.41 82.74 39.52 -
YUV 221.56 84.79 106.2 -
System Red Green Blue C M Y K H S L
Decimal 191 252 145 0.24 0 0.42 0.01 94.21 0.95 0.78
Hex BF FC 91 18 0 2A 1 5E 5F 4E
Octal 277 374 221 30 0 52 1 136 137 116
Binary 10111111 11111100 10010001 11000 0 101010 1 1011110 1011111 1001110

Color Harmonies of #BFFC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC91

Black with #BFFC91

Text Example


Text Example

White with #BFFC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC91; }

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

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

background-color css

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

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

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

border-color css

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

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

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