Html Css Color HEX #BFF492 Reef

📋 copy color: '#BFF492'

red 191 ◦ green 244 ◦ blue 146

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

Shades of Reef #BFF492

Tints of Reef #BFF492

RGB

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

 GREEN value IS 244 (95.7% from 255) = 42%

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

R = 32.87%
G = 42%
B = 25.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#BFF492 (or 0xBFF492) is known color: Reef. HEX triplet: BF, F4 and 92. RGB value is (191,244,146). Sum of RGB (Red+Green+Blue) = 191+244+146=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 244 (95.70% from 255 or 42.00% from 581); Blue value is 146 (57.42% from 255 or 25.13% from 581); Max value from RGB is 244 - color contains mainly: green. Hex color #BFF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF492 is #400B6D. Grayscale: #D9D9D9. Windows color (decimal): -4197230 or 9630911. OLE color: 9630911.

HSL color Cylindrical-coordinate representation of color #BFF492: hue angle of 92.45º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF492 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 244 146 -
CMYK 0.22 0 0.40 0.04
HSL 92.45º 0.82% 0.76% -
HSV(B) 92.45º 0.4% 0.96% -
XYZ 59.02 77.85 39.11 -
YUV 216.98 87.94 109.47 -
System Red Green Blue C M Y K H S L
Decimal 191 244 146 0.22 0 0.40 0.04 92.45 0.82 0.76
Hex BF F4 92 16 0 28 4 5C 52 4C
Octal 277 364 222 26 0 50 4 134 122 114
Binary 10111111 11110100 10010010 10110 0 101000 100 1011100 1010010 1001100

Color Harmonies of #BFF492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF492

Black with #BFF492

Text Example


Text Example

White with #BFF492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF492; }

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

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

background-color css

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

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

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

border-color css

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

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

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