Html Css Color HEX #BEF295 Reef

📋 copy color: '#BEF295'

red 190 ◦ green 242 ◦ blue 149

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

Shades of Reef #BEF295

Tints of Reef #BEF295

RGB

 RED value IS 190 (74.61% from 255) = 32.7%

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 149 (58.59% from 255) = 25.65%

R = 32.7%
G = 41.65%
B = 25.65%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#BEF295 (or 0xBEF295) is known color: Reef. HEX triplet: BE, F2 and 95. RGB value is (190,242,149). Sum of RGB (Red+Green+Blue) = 190+242+149=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 149 (58.59% from 255 or 25.65% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF295 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF295 is #410D6A. Grayscale: #D8D8D8. Windows color (decimal): -4263275 or 9827006. OLE color: 9827006.

HSL color Cylindrical-coordinate representation of color #BEF295: hue angle of 93.55º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEF295 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 149 -
CMYK 0.21 0 0.38 0.05
HSL 93.55º 0.78% 0.77% -
HSV(B) 93.55º 0.38% 0.95% -
XYZ 58.41 76.62 40.14 -
YUV 215.85 90.27 109.56 -
System Red Green Blue C M Y K H S L
Decimal 190 242 149 0.21 0 0.38 0.05 93.55 0.78 0.77
Hex BE F2 95 15 0 26 5 5E 4E 4D
Octal 276 362 225 25 0 46 5 136 116 115
Binary 10111110 11110010 10010101 10101 0 100110 101 1011110 1001110 1001101

Color Harmonies of #BEF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF295

Black with #BEF295

Text Example


Text Example

White with #BEF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF295; }

 p { color: rgb(190,242,149); }

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

background-color css

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

 a { background-color: rgb(190,242,149); }

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

border-color css

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

 span { border-color: rgb(190,242,149); }

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