Html Css Color HEX #BEEA50 Conifer

📋 copy color: '#BEEA50'

red 190 ◦ green 234 ◦ blue 80

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

Shades of Conifer #BEEA50

Tints of Conifer #BEEA50

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

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

R = 37.7%
G = 46.43%
B = 15.87%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.08

RGB Variations

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

Color information

#BEEA50 (or 0xBEEA50) is known color: Conifer. HEX triplet: BE, EA and 50. RGB value is (190,234,80). Sum of RGB (Red+Green+Blue) = 190+234+80=504 (66% of max value = 765). Red value is 190 (74.61% from 255 or 37.70% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 80 (31.64% from 255 or 15.87% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #BEEA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEEA50 is #4115AF. Grayscale: #CBCBCB. Windows color (decimal): -4265392 or 5302974. OLE color: 5302974.

HSL color Cylindrical-coordinate representation of color #BEEA50: hue angle of 77.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BEEA50 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 234 80 -
CMYK 0.19 0 0.66 0.08
HSL 77.14º 0.79% 0.62% -
HSV(B) 77.14º 0.66% 0.92% -
XYZ 52.11 70.37 18.43 -
YUV 203.29 58.42 118.52 -
System Red Green Blue C M Y K H S L
Decimal 190 234 80 0.19 0 0.66 0.08 77.14 0.79 0.62
Hex BE EA 50 13 0 42 8 4D 4F 3E
Octal 276 352 120 23 0 102 10 115 117 76
Binary 10111110 11101010 1010000 10011 0 1000010 1000 1001101 1001111 111110

Color Harmonies of #BEEA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEEA50

Black with #BEEA50

Text Example


Text Example

White with #BEEA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEEA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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