Html Css Color HEX #BFFF98 Reef

📋 copy color: '#BFFF98'

red 191 ◦ green 255 ◦ blue 152

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

Shades of Reef #BFFF98

Tints of Reef #BFFF98

RGB

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

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

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

R = 31.94%
G = 42.64%
B = 25.42%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#BFFF98 (or 0xBFFF98) is known color: Reef. HEX triplet: BF, FF and 98. RGB value is (191,255,152). Sum of RGB (Red+Green+Blue) = 191+255+152=598 (79% of max value = 765). Red value is 191 (75% from 255 or 31.94% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 152 (59.77% from 255 or 25.42% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFFF98 is #400067. Grayscale: #E0E0E0. Windows color (decimal): -4194408 or 10026943. OLE color: 10026943.

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

Color convert

RGB 191 255 152 -
CMYK 0.25 0 0.40 0
HSL 97.28º 1% 0.8% -
HSV(B) 97.28º 0.4% 1% -
XYZ 62.91 84.86 42.77 -
YUV 224.12 87.3 104.38 -
System Red Green Blue C M Y K H S L
Decimal 191 255 152 0.25 0 0.40 0 97.28 1 0.8
Hex BF FF 98 19 0 28 0 61 64 50
Octal 277 377 230 31 0 50 0 141 144 120
Binary 10111111 11111111 10011000 11001 0 101000 0 1100001 1100100 1010000

Color Harmonies of #BFFF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFF98

Black with #BFFF98

Text Example


Text Example

White with #BFFF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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