Html Css Color HEX #BFFD93 Reef

📋 copy color: '#BFFD93'

red 191 ◦ green 253 ◦ blue 147

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

Shades of Reef #BFFD93

Tints of Reef #BFFD93

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.81%

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 32.32%
G = 42.81%
B = 24.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#BFFD93 (or 0xBFFD93) is known color: Reef. HEX triplet: BF, FD and 93. RGB value is (191,253,147). Sum of RGB (Red+Green+Blue) = 191+253+147=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 253 (99.22% from 255 or 42.81% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD93 is #40026C. Grayscale: #DEDEDE. Windows color (decimal): -4194925 or 9698751. OLE color: 9698751.

HSL color Cylindrical-coordinate representation of color #BFFD93: hue angle of 95.09º degrees, saturation: 0.96, 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 #BFFD93 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 147 -
CMYK 0.25 0 0.42 0.01
HSL 95.09º 0.96% 0.78% -
HSV(B) 95.09º 0.42% 0.99% -
XYZ 61.88 83.43 40.45 -
YUV 222.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 191 253 147 0.25 0 0.42 0.01 95.09 0.96 0.78
Hex BF FD 93 19 0 2A 1 5F 60 4E
Octal 277 375 223 31 0 52 1 137 140 116
Binary 10111111 11111101 10010011 11001 0 101010 1 1011111 1100000 1001110

Color Harmonies of #BFFD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD93

Black with #BFFD93

Text Example


Text Example

White with #BFFD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD93; }

 p { color: rgb(191,253,147); }

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

background-color css

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

 a { background-color: rgb(191,253,147); }

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

border-color css

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

 span { border-color: rgb(191,253,147); }

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