Html Css Color HEX #BEF095 Reef

📋 copy color: '#BEF095'

red 190 ◦ green 240 ◦ blue 149

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

Shades of Reef #BEF095

Tints of Reef #BEF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.45%

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

R = 32.82%
G = 41.45%
B = 25.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#BEF095 (or 0xBEF095) is known color: Reef. HEX triplet: BE, F0 and 95. RGB value is (190,240,149). Sum of RGB (Red+Green+Blue) = 190+240+149=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 240 (94.14% from 255 or 41.45% from 579); Blue value is 149 (58.59% from 255 or 25.73% from 579); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF095 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF095 is #410F6A. Grayscale: #D6D6D6. Windows color (decimal): -4263787 or 9826494. OLE color: 9826494.

HSL color Cylindrical-coordinate representation of color #BEF095: hue angle of 92.97º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BEF095 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 240 149 -
CMYK 0.21 0 0.38 0.06
HSL 92.97º 0.75% 0.76% -
HSV(B) 92.97º 0.38% 0.94% -
XYZ 57.82 75.44 39.95 -
YUV 214.68 90.94 110.4 -
System Red Green Blue C M Y K H S L
Decimal 190 240 149 0.21 0 0.38 0.06 92.97 0.75 0.76
Hex BE F0 95 15 0 26 6 5D 4B 4C
Octal 276 360 225 25 0 46 6 135 113 114
Binary 10111110 11110000 10010101 10101 0 100110 110 1011101 1001011 1001100

Color Harmonies of #BEF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF095

Black with #BEF095

Text Example


Text Example

White with #BEF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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