Html Css Color HEX #BEF298 Reef

📋 copy color: '#BEF298'

red 190 ◦ green 242 ◦ blue 152

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

Shades of Reef #BEF298

Tints of Reef #BEF298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 26.03%

R = 32.53%
G = 41.44%
B = 26.03%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#BEF298 (or 0xBEF298) is known color: Reef. HEX triplet: BE, F2 and 98. RGB value is (190,242,152). Sum of RGB (Red+Green+Blue) = 190+242+152=584 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.53% from 584); Green value is 242 (94.92% from 255 or 41.44% from 584); Blue value is 152 (59.77% from 255 or 26.03% from 584); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF298 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF298 is #410D67. Grayscale: #D8D8D8. Windows color (decimal): -4263272 or 10023614. OLE color: 10023614.

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

Color convert

RGB 190 242 152 -
CMYK 0.21 0 0.37 0.05
HSL 94.67º 0.78% 0.77% -
HSV(B) 94.67º 0.37% 0.95% -
XYZ 58.65 76.72 41.42 -
YUV 216.19 91.77 109.32 -
System Red Green Blue C M Y K H S L
Decimal 190 242 152 0.21 0 0.37 0.05 94.67 0.78 0.77
Hex BE F2 98 15 0 25 5 5F 4E 4D
Octal 276 362 230 25 0 45 5 137 116 115
Binary 10111110 11110010 10011000 10101 0 100101 101 1011111 1001110 1001101

Color Harmonies of #BEF298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF298

Black with #BEF298

Text Example


Text Example

White with #BEF298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF298; }

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

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

background-color css

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

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

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

border-color css

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

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

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