Html Css Color HEX #BEF296 Reef

📋 copy color: '#BEF296'

red 190 ◦ green 242 ◦ blue 150

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

Shades of Reef #BEF296

Tints of Reef #BEF296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 25.77%

R = 32.65%
G = 41.58%
B = 25.77%

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

#BEF296 (or 0xBEF296) is known color: Reef. HEX triplet: BE, F2 and 96. RGB value is (190,242,150). Sum of RGB (Red+Green+Blue) = 190+242+150=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 150 (58.98% from 255 or 25.77% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF296 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF296 is #410D69. Grayscale: #D8D8D8. Windows color (decimal): -4263274 or 9892542. OLE color: 9892542.

HSL color Cylindrical-coordinate representation of color #BEF296: hue angle of 93.91º 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 #BEF296 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 190 242 150 -
CMYK 0.21 0 0.38 0.05
HSL 93.91º 0.78% 0.77% -
HSV(B) 93.91º 0.38% 0.95% -
XYZ 58.49 76.65 40.57 -
YUV 215.96 90.77 109.48 -
System Red Green Blue C M Y K H S L
Decimal 190 242 150 0.21 0 0.38 0.05 93.91 0.78 0.77
Hex BE F2 96 15 0 26 5 5E 4E 4D
Octal 276 362 226 25 0 46 5 136 116 115
Binary 10111110 11110010 10010110 10101 0 100110 101 1011110 1001110 1001101

Color Harmonies of #BEF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF296

Black with #BEF296

Text Example


Text Example

White with #BEF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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