Html Css Color HEX #BFFC93 Reef

📋 copy color: '#BFFC93'

red 191 ◦ green 252 ◦ blue 147

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

Shades of Reef #BFFC93

Tints of Reef #BFFC93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 24.92%

R = 32.37%
G = 42.71%
B = 24.92%

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

#BFFC93 (or 0xBFFC93) is known color: Reef. HEX triplet: BF, FC and 93. RGB value is (191,252,147). Sum of RGB (Red+Green+Blue) = 191+252+147=590 (78% of max value = 765). Red value is 191 (75% from 255 or 32.37% from 590); Green value is 252 (98.83% from 255 or 42.71% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC93 is #40036C. Grayscale: #DEDEDE. Windows color (decimal): -4195181 or 9698495. OLE color: 9698495.

HSL color Cylindrical-coordinate representation of color #BFFC93: hue angle of 94.86º 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 #BFFC93 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 147 -
CMYK 0.24 0 0.42 0.01
HSL 94.86º 0.95% 0.78% -
HSV(B) 94.86º 0.42% 0.99% -
XYZ 61.56 82.8 40.34 -
YUV 221.79 85.79 106.04 -
System Red Green Blue C M Y K H S L
Decimal 191 252 147 0.24 0 0.42 0.01 94.86 0.95 0.78
Hex BF FC 93 18 0 2A 1 5F 5F 4E
Octal 277 374 223 30 0 52 1 137 137 116
Binary 10111111 11111100 10010011 11000 0 101010 1 1011111 1011111 1001110

Color Harmonies of #BFFC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC93

Black with #BFFC93

Text Example


Text Example

White with #BFFC93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC93; }

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

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

background-color css

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

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

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

border-color css

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

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

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