Html Css Color HEX #BFFF97 Reef

📋 copy color: '#BFFF97'

red 191 ◦ green 255 ◦ blue 151

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

Shades of Reef #BFFF97

Tints of Reef #BFFF97

RGB

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

 GREEN value IS 255 (100% from 255) = 42.71%

 BLUE value IS 151 (59.38% from 255) = 25.29%

R = 31.99%
G = 42.71%
B = 25.29%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#BFFF97 (or 0xBFFF97) is known color: Reef. HEX triplet: BF, FF and 97. RGB value is (191,255,151). Sum of RGB (Red+Green+Blue) = 191+255+151=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 151 (59.38% from 255 or 25.29% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF97 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF97 is #400068. Grayscale: #E0E0E0. Windows color (decimal): -4194409 or 9961407. OLE color: 9961407.

HSL color Cylindrical-coordinate representation of color #BFFF97: hue angle of 96.92º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BFFF97 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 191 255 151 -
CMYK 0.25 0 0.41 0
HSL 96.92º 1% 0.8% -
HSV(B) 96.92º 0.41% 1% -
XYZ 62.83 84.83 42.34 -
YUV 224.01 86.8 104.46 -
System Red Green Blue C M Y K H S L
Decimal 191 255 151 0.25 0 0.41 0 96.92 1 0.8
Hex BF FF 97 19 0 29 0 61 64 50
Octal 277 377 227 31 0 51 0 141 144 120
Binary 10111111 11111111 10010111 11001 0 101001 0 1100001 1100100 1010000

Color Harmonies of #BFFF97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF97

Black with #BFFF97

Text Example


Text Example

White with #BFFF97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF97; }

 p { color: rgb(191,255,151); }

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

background-color css

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

 a { background-color: rgb(191,255,151); }

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

border-color css

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

 span { border-color: rgb(191,255,151); }

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