Html Css Color HEX #BFF196 Reef

📋 copy color: '#BFF196'

red 191 ◦ green 241 ◦ blue 150

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

Shades of Reef #BFF196

Tints of Reef #BFF196

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.41%

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

R = 32.82%
G = 41.41%
B = 25.77%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#BFF196 (or 0xBFF196) is known color: Reef. HEX triplet: BF, F1 and 96. RGB value is (191,241,150). Sum of RGB (Red+Green+Blue) = 191+241+150=582 (77% of max value = 765). Red value is 191 (75% from 255 or 32.82% from 582); Green value is 241 (94.53% from 255 or 41.41% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 241 - color contains mainly: green. Hex color #BFF196 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF196 is #400E69. Grayscale: #D7D7D7. Windows color (decimal): -4197994 or 9892287. OLE color: 9892287.

HSL color Cylindrical-coordinate representation of color #BFF196: hue angle of 92.97º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF196 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 241 150 -
CMYK 0.21 0 0.38 0.05
HSL 92.97º 0.76% 0.77% -
HSV(B) 92.97º 0.38% 0.95% -
XYZ 58.45 76.19 40.48 -
YUV 215.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 191 241 150 0.21 0 0.38 0.05 92.97 0.76 0.77
Hex BF F1 96 15 0 26 5 5D 4C 4D
Octal 277 361 226 25 0 46 5 135 114 115
Binary 10111111 11110001 10010110 10101 0 100110 101 1011101 1001100 1001101

Color Harmonies of #BFF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF196

Black with #BFF196

Text Example


Text Example

White with #BFF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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