Html Css Color HEX #BFFF96 Reef

📋 copy color: '#BFFF96'

red 191 ◦ green 255 ◦ blue 150

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

Shades of Reef #BFFF96

Tints of Reef #BFFF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.17%

R = 32.05%
G = 42.79%
B = 25.17%

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

#BFFF96 (or 0xBFFF96) is known color: Reef. HEX triplet: BF, FF and 96. RGB value is (191,255,150). Sum of RGB (Red+Green+Blue) = 191+255+150=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 150 (58.98% from 255 or 25.17% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF96 is #400069. Grayscale: #E0E0E0. Windows color (decimal): -4194410 or 9895871. OLE color: 9895871.

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

Color convert

RGB 191 255 150 -
CMYK 0.25 0 0.41 0
HSL 96.57º 1% 0.79% -
HSV(B) 96.57º 0.41% 1% -
XYZ 62.75 84.8 41.91 -
YUV 223.89 86.3 104.54 -
System Red Green Blue C M Y K H S L
Decimal 191 255 150 0.25 0 0.41 0 96.57 1 0.79
Hex BF FF 96 19 0 29 0 61 64 4F
Octal 277 377 226 31 0 51 0 141 144 117
Binary 10111111 11111111 10010110 11001 0 101001 0 1100001 1100100 1001111

Color Harmonies of #BFFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF96

Black with #BFFF96

Text Example


Text Example

White with #BFFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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