Html Css Color HEX #BFE794 Reef

📋 copy color: '#BFE794'

red 191 ◦ green 231 ◦ blue 148

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

Shades of Reef #BFE794

Tints of Reef #BFE794

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.53%

 BLUE value IS 148 (58.2% from 255) = 25.96%

R = 33.51%
G = 40.53%
B = 25.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.36

 K value IS 0.09

RGB Variations

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

Color information

#BFE794 (or 0xBFE794) is known color: Reef. HEX triplet: BF, E7 and 94. RGB value is (191,231,148). Sum of RGB (Red+Green+Blue) = 191+231+148=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 231 (90.62% from 255 or 40.53% from 570); Blue value is 148 (58.20% from 255 or 25.96% from 570); Max value from RGB is 231 - color contains mainly: green. Hex color #BFE794 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFE794 is #40186B. Grayscale: #D1D1D1. Windows color (decimal): -4200556 or 9758655. OLE color: 9758655.

HSL color Cylindrical-coordinate representation of color #BFE794: hue angle of 88.92º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE794 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 231 148 -
CMYK 0.17 0 0.36 0.09
HSL 88.92º 0.63% 0.74% -
HSV(B) 88.92º 0.36% 0.91% -
XYZ 55.41 70.37 38.68 -
YUV 209.58 93.25 114.75 -
System Red Green Blue C M Y K H S L
Decimal 191 231 148 0.17 0 0.36 0.09 88.92 0.63 0.74
Hex BF E7 94 11 0 24 9 59 3F 4A
Octal 277 347 224 21 0 44 11 131 77 112
Binary 10111111 11100111 10010100 10001 0 100100 1001 1011001 111111 1001010

Color Harmonies of #BFE794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE794

Black with #BFE794

Text Example


Text Example

White with #BFE794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE794; }

 p { color: rgb(191,231,148); }

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

background-color css

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

 a { background-color: rgb(191,231,148); }

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

border-color css

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

 span { border-color: rgb(191,231,148); }

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