Html Css Color HEX #BFF095 Reef

📋 copy color: '#BFF095'

red 191 ◦ green 240 ◦ blue 149

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

Shades of Reef #BFF095

Tints of Reef #BFF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.38%

 BLUE value IS 149 (58.59% from 255) = 25.69%

R = 32.93%
G = 41.38%
B = 25.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#BFF095 (or 0xBFF095) is known color: Reef. HEX triplet: BF, F0 and 95. RGB value is (191,240,149). Sum of RGB (Red+Green+Blue) = 191+240+149=580 (76% of max value = 765). Red value is 191 (75% from 255 or 32.93% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 149 (58.59% from 255 or 25.69% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #BFF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF095 is #400F6A. Grayscale: #D7D7D7. Windows color (decimal): -4198251 or 9826495. OLE color: 9826495.

HSL color Cylindrical-coordinate representation of color #BFF095: hue angle of 92.31º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BFF095 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 240 149 -
CMYK 0.20 0 0.38 0.06
HSL 92.31º 0.75% 0.76% -
HSV(B) 92.31º 0.38% 0.94% -
XYZ 58.07 75.57 39.96 -
YUV 214.98 90.77 110.9 -
System Red Green Blue C M Y K H S L
Decimal 191 240 149 0.20 0 0.38 0.06 92.31 0.75 0.76
Hex BF F0 95 14 0 26 6 5C 4B 4C
Octal 277 360 225 24 0 46 6 134 113 114
Binary 10111111 11110000 10010101 10100 0 100110 110 1011100 1001011 1001100

Color Harmonies of #BFF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF095

Black with #BFF095

Text Example


Text Example

White with #BFF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF095; }

 p { color: rgb(191,240,149); }

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

background-color css

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

 a { background-color: rgb(191,240,149); }

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

border-color css

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

 span { border-color: rgb(191,240,149); }

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