Html Css Color HEX #BEFA50 Conifer

📋 copy color: '#BEFA50'

red 190 ◦ green 250 ◦ blue 80

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

Shades of Conifer #BEFA50

Tints of Conifer #BEFA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.08%

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

R = 36.54%
G = 48.08%
B = 15.38%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#BEFA50 (or 0xBEFA50) is known color: Conifer. HEX triplet: BE, FA and 50. RGB value is (190,250,80). Sum of RGB (Red+Green+Blue) = 190+250+80=520 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.54% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA50 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA50 is #4105AF. Grayscale: #D5D5D5. Windows color (decimal): -4261296 or 5307070. OLE color: 5307070.

HSL color Cylindrical-coordinate representation of color #BEFA50: hue angle of 81.18º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEFA50 is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 190 250 80 -
CMYK 0.24 0 0.68 0.02
HSL 81.18º 0.94% 0.65% -
HSV(B) 81.18º 0.68% 0.98% -
XYZ 56.87 79.9 20.01 -
YUV 212.68 53.12 111.82 -
System Red Green Blue C M Y K H S L
Decimal 190 250 80 0.24 0 0.68 0.02 81.18 0.94 0.65
Hex BE FA 50 18 0 44 2 51 5E 41
Octal 276 372 120 30 0 104 2 121 136 101
Binary 10111110 11111010 1010000 11000 0 1000100 10 1010001 1011110 1000001

Color Harmonies of #BEFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA50

Black with #BEFA50

Text Example


Text Example

White with #BEFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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