Html Css Color HEX #BFFD98 Reef

📋 copy color: '#BFFD98'

red 191 ◦ green 253 ◦ blue 152

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

Shades of Reef #BFFD98

Tints of Reef #BFFD98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 25.5%

R = 32.05%
G = 42.45%
B = 25.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0.01

RGB Variations

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

Color information

#BFFD98 (or 0xBFFD98) is known color: Reef. HEX triplet: BF, FD and 98. RGB value is (191,253,152). Sum of RGB (Red+Green+Blue) = 191+253+152=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 253 (99.22% from 255 or 42.45% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFD98 is #400267. Grayscale: #DFDFDF. Windows color (decimal): -4194920 or 10026431. OLE color: 10026431.

HSL color Cylindrical-coordinate representation of color #BFFD98: hue angle of 96.83º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFFD98 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 152 -
CMYK 0.25 0 0.40 0.01
HSL 96.83º 0.96% 0.79% -
HSV(B) 96.83º 0.4% 0.99% -
XYZ 62.28 83.59 42.56 -
YUV 222.95 87.96 105.21 -
System Red Green Blue C M Y K H S L
Decimal 191 253 152 0.25 0 0.40 0.01 96.83 0.96 0.79
Hex BF FD 98 19 0 28 1 61 60 4F
Octal 277 375 230 31 0 50 1 141 140 117
Binary 10111111 11111101 10011000 11001 0 101000 1 1100001 1100000 1001111

Color Harmonies of #BFFD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD98

Black with #BFFD98

Text Example


Text Example

White with #BFFD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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