Html Css Color HEX #BEF991 Reef

📋 copy color: '#BEF991'

red 190 ◦ green 249 ◦ blue 145

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

Shades of Reef #BEF991

Tints of Reef #BEF991

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.64%

 BLUE value IS 145 (57.03% from 255) = 24.83%

R = 32.53%
G = 42.64%
B = 24.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#BEF991 (or 0xBEF991) is known color: Reef. HEX triplet: BE, F9 and 91. RGB value is (190,249,145). Sum of RGB (Red+Green+Blue) = 190+249+145=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 249 (97.66% from 255 or 42.64% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 249 - color contains mainly: green. Hex color #BEF991 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF991 is #41066E. Grayscale: #DBDBDB. Windows color (decimal): -4261487 or 9566654. OLE color: 9566654.

HSL color Cylindrical-coordinate representation of color #BEF991: hue angle of 94.04º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BEF991 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 249 145 -
CMYK 0.24 0 0.42 0.02
HSL 94.04º 0.9% 0.77% -
HSV(B) 94.04º 0.42% 0.98% -
XYZ 60.22 80.74 39.2 -
YUV 219.5 85.95 106.96 -
System Red Green Blue C M Y K H S L
Decimal 190 249 145 0.24 0 0.42 0.02 94.04 0.9 0.77
Hex BE F9 91 18 0 2A 2 5E 5A 4D
Octal 276 371 221 30 0 52 2 136 132 115
Binary 10111110 11111001 10010001 11000 0 101010 10 1011110 1011010 1001101

Color Harmonies of #BEF991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF991

Black with #BEF991

Text Example


Text Example

White with #BEF991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF991; }

 p { color: rgb(190,249,145); }

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

background-color css

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

 a { background-color: rgb(190,249,145); }

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

border-color css

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

 span { border-color: rgb(190,249,145); }

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