Html Css Color HEX #BFFC92 Reef

📋 copy color: '#BFFC92'

red 191 ◦ green 252 ◦ blue 146

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

Shades of Reef #BFFC92

Tints of Reef #BFFC92

RGB

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

 GREEN value IS 252 (98.83% from 255) = 42.78%

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

R = 32.43%
G = 42.78%
B = 24.79%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#BFFC92 (or 0xBFFC92) is known color: Reef. HEX triplet: BF, FC and 92. RGB value is (191,252,146). Sum of RGB (Red+Green+Blue) = 191+252+146=589 (78% of max value = 765). Red value is 191 (75% from 255 or 32.43% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC92 is #40036D. Grayscale: #DEDEDE. Windows color (decimal): -4195182 or 9632959. OLE color: 9632959.

HSL color Cylindrical-coordinate representation of color #BFFC92: hue angle of 94.53º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFFC92 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 252 146 -
CMYK 0.24 0 0.42 0.01
HSL 94.53º 0.95% 0.78% -
HSV(B) 94.53º 0.42% 0.99% -
XYZ 61.48 82.77 39.93 -
YUV 221.68 85.29 106.12 -
System Red Green Blue C M Y K H S L
Decimal 191 252 146 0.24 0 0.42 0.01 94.53 0.95 0.78
Hex BF FC 92 18 0 2A 1 5F 5F 4E
Octal 277 374 222 30 0 52 1 137 137 116
Binary 10111111 11111100 10010010 11000 0 101010 1 1011111 1011111 1001110

Color Harmonies of #BFFC92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC92

Black with #BFFC92

Text Example


Text Example

White with #BFFC92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC92; }

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

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

background-color css

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

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

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

border-color css

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

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

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