Html Css Color HEX #BEFA5A Conifer

📋 copy color: '#BEFA5A'

red 190 ◦ green 250 ◦ blue 90

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

Shades of Conifer #BEFA5A

Tints of Conifer #BEFA5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 16.98%

R = 35.85%
G = 47.17%
B = 16.98%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#BEFA5A (or 0xBEFA5A) is known color: Conifer. HEX triplet: BE, FA and 5A. RGB value is (190,250,90). Sum of RGB (Red+Green+Blue) = 190+250+90=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 90 (35.55% from 255 or 16.98% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #BEFA5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFA5A is #4105A5. Grayscale: #D6D6D6. Windows color (decimal): -4261286 or 5962430. OLE color: 5962430.

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

Color convert

RGB 190 250 90 -
CMYK 0.24 0 0.64 0.02
HSL 82.5º 0.94% 0.67% -
HSV(B) 82.5º 0.64% 0.98% -
XYZ 57.27 80.06 22.11 -
YUV 213.82 58.12 111.01 -
System Red Green Blue C M Y K H S L
Decimal 190 250 90 0.24 0 0.64 0.02 82.5 0.94 0.67
Hex BE FA 5A 18 0 40 2 52 5E 43
Octal 276 372 132 30 0 100 2 122 136 103
Binary 10111110 11111010 1011010 11000 0 1000000 10 1010010 1011110 1000011

Color Harmonies of #BEFA5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFA5A

Black with #BEFA5A

Text Example


Text Example

White with #BEFA5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFA5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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