Html Css Color HEX #BFF697 Reef

📋 copy color: '#BFF697'

red 191 ◦ green 246 ◦ blue 151

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

Shades of Reef #BFF697

Tints of Reef #BFF697

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.84%

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

R = 32.48%
G = 41.84%
B = 25.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#BFF697 (or 0xBFF697) is known color: Reef. HEX triplet: BF, F6 and 97. RGB value is (191,246,151). Sum of RGB (Red+Green+Blue) = 191+246+151=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 151 (59.38% from 255 or 25.68% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF697 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF697 is #400968. Grayscale: #DBDBDB. Windows color (decimal): -4196713 or 9959103. OLE color: 9959103.

HSL color Cylindrical-coordinate representation of color #BFF697: hue angle of 94.74º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFF697 is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 246 151 -
CMYK 0.22 0 0.39 0.04
HSL 94.74º 0.84% 0.78% -
HSV(B) 94.74º 0.39% 0.96% -
XYZ 60.03 79.22 41.41 -
YUV 218.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 191 246 151 0.22 0 0.39 0.04 94.74 0.84 0.78
Hex BF F6 97 16 0 27 4 5F 54 4E
Octal 277 366 227 26 0 47 4 137 124 116
Binary 10111111 11110110 10010111 10110 0 100111 100 1011111 1010100 1001110

Color Harmonies of #BFF697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF697

Black with #BFF697

Text Example


Text Example

White with #BFF697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF697; }

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

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

background-color css

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

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

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

border-color css

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

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

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