Html Css Color HEX #BEE050 Conifer

📋 copy color: '#BEE050'

red 190 ◦ green 224 ◦ blue 80

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

Shades of Conifer #BEE050

Tints of Conifer #BEE050

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.34%

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

R = 38.46%
G = 45.34%
B = 16.19%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#BEE050 (or 0xBEE050) is known color: Conifer. HEX triplet: BE, E0 and 50. RGB value is (190,224,80). Sum of RGB (Red+Green+Blue) = 190+224+80=494 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.46% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 80 (31.64% from 255 or 16.19% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEE050 is #411FAF. Grayscale: #C5C5C5. Windows color (decimal): -4267952 or 5300414. OLE color: 5300414.

HSL color Cylindrical-coordinate representation of color #BEE050: hue angle of 74.17º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEE050 is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 224 80 -
CMYK 0.15 0 0.64 0.12
HSL 74.17º 0.7% 0.6% -
HSV(B) 74.17º 0.64% 0.88% -
XYZ 49.34 64.84 17.5 -
YUV 197.42 61.74 122.71 -
System Red Green Blue C M Y K H S L
Decimal 190 224 80 0.15 0 0.64 0.12 74.17 0.7 0.6
Hex BE E0 50 F 0 40 C 4A 46 3C
Octal 276 340 120 17 0 100 14 112 106 74
Binary 10111110 11100000 1010000 1111 0 1000000 1100 1001010 1000110 111100

Color Harmonies of #BEE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE050

Black with #BEE050

Text Example


Text Example

White with #BEE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE050; }

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

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

background-color css

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

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

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

border-color css

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

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

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