Html Css Color HEX #BFFC94 Reef

📋 copy color: '#BFFC94'

red 191 ◦ green 252 ◦ blue 148

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

Shades of Reef #BFFC94

Tints of Reef #BFFC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 25.04%

R = 32.32%
G = 42.64%
B = 25.04%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#BFFC94 (or 0xBFFC94) is known color: Reef. HEX triplet: BF, FC and 94. RGB value is (191,252,148). Sum of RGB (Red+Green+Blue) = 191+252+148=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 148 (58.20% from 255 or 25.04% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #BFFC94 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFC94 is #40036B. Grayscale: #DEDEDE. Windows color (decimal): -4195180 or 9764031. OLE color: 9764031.

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

Color convert

RGB 191 252 148 -
CMYK 0.24 0 0.41 0.01
HSL 95.19º 0.95% 0.78% -
HSV(B) 95.19º 0.41% 0.99% -
XYZ 61.64 82.84 40.76 -
YUV 221.91 86.29 105.96 -
System Red Green Blue C M Y K H S L
Decimal 191 252 148 0.24 0 0.41 0.01 95.19 0.95 0.78
Hex BF FC 94 18 0 29 1 5F 5F 4E
Octal 277 374 224 30 0 51 1 137 137 116
Binary 10111111 11111100 10010100 11000 0 101001 1 1011111 1011111 1001110

Color Harmonies of #BFFC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFC94

Black with #BFFC94

Text Example


Text Example

White with #BFFC94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFC94; }

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

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

background-color css

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

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

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

border-color css

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

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

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