Html Css Color HEX #BEFF96 Reef

📋 copy color: '#BEFF96'

red 190 ◦ green 255 ◦ blue 150

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

Shades of Reef #BEFF96

Tints of Reef #BEFF96

RGB

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

 GREEN value IS 255 (100% from 255) = 42.86%

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

R = 31.93%
G = 42.86%
B = 25.21%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.41

 K value IS 0

RGB Variations

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

Color information

#BEFF96 (or 0xBEFF96) is known color: Reef. HEX triplet: BE, FF and 96. RGB value is (190,255,150). Sum of RGB (Red+Green+Blue) = 190+255+150=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 150 (58.98% from 255 or 25.21% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF96 is #410069. Grayscale: #DFDFDF. Windows color (decimal): -4259946 or 9895870. OLE color: 9895870.

HSL color Cylindrical-coordinate representation of color #BEFF96: hue angle of 97.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BEFF96 is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.

Color convert

RGB 190 255 150 -
CMYK 0.25 0 0.41 0
HSL 97.14º 1% 0.79% -
HSV(B) 97.14º 0.41% 1% -
XYZ 62.5 84.67 41.9 -
YUV 223.6 86.47 104.04 -
System Red Green Blue C M Y K H S L
Decimal 190 255 150 0.25 0 0.41 0 97.14 1 0.79
Hex BE FF 96 19 0 29 0 61 64 4F
Octal 276 377 226 31 0 51 0 141 144 117
Binary 10111110 11111111 10010110 11001 0 101001 0 1100001 1100100 1001111

Color Harmonies of #BEFF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFF96

Black with #BEFF96

Text Example


Text Example

White with #BEFF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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