Html Css Color HEX #BFF292 Reef

📋 copy color: '#BFF292'

red 191 ◦ green 242 ◦ blue 146

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

Shades of Reef #BFF292

Tints of Reef #BFF292

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.8%

 BLUE value IS 146 (57.42% from 255) = 25.22%

R = 32.99%
G = 41.8%
B = 25.22%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#BFF292 (or 0xBFF292) is known color: Reef. HEX triplet: BF, F2 and 92. RGB value is (191,242,146). Sum of RGB (Red+Green+Blue) = 191+242+146=579 (76% of max value = 765). Red value is 191 (75% from 255 or 32.99% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 146 (57.42% from 255 or 25.22% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF292 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF292 is #400D6D. Grayscale: #D8D8D8. Windows color (decimal): -4197742 or 9630399. OLE color: 9630399.

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

Color convert

RGB 191 242 146 -
CMYK 0.21 0 0.40 0.05
HSL 91.88º 0.79% 0.76% -
HSV(B) 91.88º 0.4% 0.95% -
XYZ 58.43 76.66 38.91 -
YUV 215.81 88.6 110.31 -
System Red Green Blue C M Y K H S L
Decimal 191 242 146 0.21 0 0.40 0.05 91.88 0.79 0.76
Hex BF F2 92 15 0 28 5 5C 4F 4C
Octal 277 362 222 25 0 50 5 134 117 114
Binary 10111111 11110010 10010010 10101 0 101000 101 1011100 1001111 1001100

Color Harmonies of #BFF292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF292

Black with #BFF292

Text Example


Text Example

White with #BFF292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF292; }

 p { color: rgb(191,242,146); }

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

background-color css

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

 a { background-color: rgb(191,242,146); }

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

border-color css

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

 span { border-color: rgb(191,242,146); }

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