Html Css Color HEX #BEF250 Conifer

📋 copy color: '#BEF250'

red 190 ◦ green 242 ◦ blue 80

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

Shades of Conifer #BEF250

Tints of Conifer #BEF250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.63%

R = 37.11%
G = 47.27%
B = 15.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#BEF250 (or 0xBEF250) is known color: Conifer. HEX triplet: BE, F2 and 50. RGB value is (190,242,80). Sum of RGB (Red+Green+Blue) = 190+242+80=512 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.11% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 80 (31.64% from 255 or 15.62% from 512); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF250 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF250 is #410DAF. Grayscale: #D0D0D0. Windows color (decimal): -4263344 or 5305022. OLE color: 5305022.

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

Color convert

RGB 190 242 80 -
CMYK 0.21 0 0.67 0.05
HSL 79.26º 0.86% 0.63% -
HSV(B) 79.26º 0.67% 0.95% -
XYZ 54.44 75.03 19.2 -
YUV 207.98 55.77 115.17 -
System Red Green Blue C M Y K H S L
Decimal 190 242 80 0.21 0 0.67 0.05 79.26 0.86 0.63
Hex BE F2 50 15 0 43 5 4F 56 3F
Octal 276 362 120 25 0 103 5 117 126 77
Binary 10111110 11110010 1010000 10101 0 1000011 101 1001111 1010110 111111

Color Harmonies of #BEF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEF250

Black with #BEF250

Text Example


Text Example

White with #BEF250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEF250; }

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

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

background-color css

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

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

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

border-color css

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

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

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