Html Css Color HEX #BEF595 Reef

📋 copy color: '#BEF595'

red 190 ◦ green 245 ◦ blue 149

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

Shades of Reef #BEF595

Tints of Reef #BEF595

RGB

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

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

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

R = 32.53%
G = 41.95%
B = 25.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#BEF595 (or 0xBEF595) is known color: Reef. HEX triplet: BE, F5 and 95. RGB value is (190,245,149). Sum of RGB (Red+Green+Blue) = 190+245+149=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 245 (96.09% from 255 or 41.95% from 584); Blue value is 149 (58.59% from 255 or 25.51% from 584); Max value from RGB is 245 - color contains mainly: green. Hex color #BEF595 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF595 is #410A6A. Grayscale: #D9D9D9. Windows color (decimal): -4262507 or 9827774. OLE color: 9827774.

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

Color convert

RGB 190 245 149 -
CMYK 0.22 0 0.39 0.04
HSL 94.38º 0.83% 0.77% -
HSV(B) 94.38º 0.39% 0.96% -
XYZ 59.31 78.42 40.44 -
YUV 217.61 89.28 108.31 -
System Red Green Blue C M Y K H S L
Decimal 190 245 149 0.22 0 0.39 0.04 94.38 0.83 0.77
Hex BE F5 95 16 0 27 4 5E 53 4D
Octal 276 365 225 26 0 47 4 136 123 115
Binary 10111110 11110101 10010101 10110 0 100111 100 1011110 1010011 1001101

Color Harmonies of #BEF595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF595

Black with #BEF595

Text Example


Text Example

White with #BEF595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF595; }

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

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

background-color css

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

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

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

border-color css

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

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

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