Html Css Color HEX #BEFC5A Conifer

📋 copy color: '#BEFC5A'

red 190 ◦ green 252 ◦ blue 90

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

Shades of Conifer #BEFC5A

Tints of Conifer #BEFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 47.37%

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

R = 35.71%
G = 47.37%
B = 16.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#BEFC5A (or 0xBEFC5A) is known color: Conifer. HEX triplet: BE, FC and 5A. RGB value is (190,252,90). Sum of RGB (Red+Green+Blue) = 190+252+90=532 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.71% from 532); Green value is 252 (98.83% from 255 or 47.37% from 532); Blue value is 90 (35.55% from 255 or 16.92% from 532); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC5A is #4103A5. Grayscale: #D7D7D7. Windows color (decimal): -4260774 or 5962942. OLE color: 5962942.

HSL color Cylindrical-coordinate representation of color #BEFC5A: hue angle of 82.96º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BEFC5A is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 252 90 -
CMYK 0.25 0 0.64 0.01
HSL 82.96º 0.96% 0.67% -
HSV(B) 82.96º 0.64% 0.99% -
XYZ 57.89 81.31 22.32 -
YUV 214.99 57.46 110.17 -
System Red Green Blue C M Y K H S L
Decimal 190 252 90 0.25 0 0.64 0.01 82.96 0.96 0.67
Hex BE FC 5A 19 0 40 1 53 60 43
Octal 276 374 132 31 0 100 1 123 140 103
Binary 10111110 11111100 1011010 11001 0 1000000 1 1010011 1100000 1000011

Color Harmonies of #BEFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC5A

Black with #BEFC5A

Text Example


Text Example

White with #BEFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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