Html Css Color HEX #BFFF92 Reef

📋 copy color: '#BFFF92'

red 191 ◦ green 255 ◦ blue 146

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

Shades of Reef #BFFF92

Tints of Reef #BFFF92

RGB

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

 GREEN value IS 255 (100% from 255) = 43.07%

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

R = 32.26%
G = 43.07%
B = 24.66%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.43

 K value IS 0

RGB Variations

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

Color information

#BFFF92 (or 0xBFFF92) is known color: Reef. HEX triplet: BF, FF and 92. RGB value is (191,255,146). Sum of RGB (Red+Green+Blue) = 191+255+146=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 255 (100% from 255 or 43.07% from 592); Blue value is 146 (57.42% from 255 or 24.66% from 592); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF92 is #40006D. Grayscale: #DFDFDF. Windows color (decimal): -4194414 or 9633727. OLE color: 9633727.

HSL color Cylindrical-coordinate representation of color #BFFF92: hue angle of 95.23º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFFF92 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.

Color convert

RGB 191 255 146 -
CMYK 0.25 0 0.43 0
HSL 95.23º 1% 0.79% -
HSV(B) 95.23º 0.43% 1% -
XYZ 62.43 84.67 40.25 -
YUV 223.44 84.3 104.86 -
System Red Green Blue C M Y K H S L
Decimal 191 255 146 0.25 0 0.43 0 95.23 1 0.79
Hex BF FF 92 19 0 2B 0 5F 64 4F
Octal 277 377 222 31 0 53 0 137 144 117
Binary 10111111 11111111 10010010 11001 0 101011 0 1011111 1100100 1001111

Color Harmonies of #BFFF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF92

Black with #BFFF92

Text Example


Text Example

White with #BFFF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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