Html Css Color HEX #BFF594 Reef

📋 copy color: '#BFF594'

red 191 ◦ green 245 ◦ blue 148

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

Shades of Reef #BFF594

Tints of Reef #BFF594

RGB

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

 GREEN value IS 245 (96.09% from 255) = 41.95%

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

R = 32.71%
G = 41.95%
B = 25.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#BFF594 (or 0xBFF594) is known color: Reef. HEX triplet: BF, F5 and 94. RGB value is (191,245,148). Sum of RGB (Red+Green+Blue) = 191+245+148=584 (77% of max value = 765). Red value is 191 (75% from 255 or 32.71% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 148 (58.20% from 255 or 25.34% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BFF594 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFF594 is #400A6B. Grayscale: #DADADA. Windows color (decimal): -4196972 or 9762239. OLE color: 9762239.

HSL color Cylindrical-coordinate representation of color #BFF594: hue angle of 93.4º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFF594 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 245 148 -
CMYK 0.22 0 0.40 0.04
HSL 93.4º 0.83% 0.77% -
HSV(B) 93.4º 0.4% 0.96% -
XYZ 59.48 78.52 40.04 -
YUV 217.8 88.61 108.89 -
System Red Green Blue C M Y K H S L
Decimal 191 245 148 0.22 0 0.40 0.04 93.4 0.83 0.77
Hex BF F5 94 16 0 28 4 5D 53 4D
Octal 277 365 224 26 0 50 4 135 123 115
Binary 10111111 11110101 10010100 10110 0 101000 100 1011101 1010011 1001101

Color Harmonies of #BFF594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF594

Black with #BFF594

Text Example


Text Example

White with #BFF594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF594; }

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

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

background-color css

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

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

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

border-color css

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

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

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