Html Css Color HEX #BEF256 Conifer

📋 copy color: '#BEF256'

red 190 ◦ green 242 ◦ blue 86

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

Shades of Conifer #BEF256

Tints of Conifer #BEF256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 16.6%

R = 36.68%
G = 46.72%
B = 16.6%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#BEF256 (or 0xBEF256) is known color: Conifer. HEX triplet: BE, F2 and 56. RGB value is (190,242,86). Sum of RGB (Red+Green+Blue) = 190+242+86=518 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.68% from 518); Green value is 242 (94.92% from 255 or 46.72% from 518); Blue value is 86 (33.98% from 255 or 16.60% from 518); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF256 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF256 is #410DA9. Grayscale: #D1D1D1. Windows color (decimal): -4263338 or 5698238. OLE color: 5698238.

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

Color convert

RGB 190 242 86 -
CMYK 0.21 0 0.64 0.05
HSL 80º 0.86% 0.64% -
HSV(B) 80º 0.64% 0.95% -
XYZ 54.67 75.12 20.42 -
YUV 208.67 58.77 114.68 -
System Red Green Blue C M Y K H S L
Decimal 190 242 86 0.21 0 0.64 0.05 80 0.86 0.64
Hex BE F2 56 15 0 40 5 50 56 40
Octal 276 362 126 25 0 100 5 120 126 100
Binary 10111110 11110010 1010110 10101 0 1000000 101 1010000 1010110 1000000

Color Harmonies of #BEF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF256

Black with #BEF256

Text Example


Text Example

White with #BEF256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF256; }

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

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

background-color css

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

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

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

border-color css

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

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

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