Html Css Color HEX #BEFC5E Conifer

📋 copy color: '#BEFC5E'

red 190 ◦ green 252 ◦ blue 94

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

Shades of Conifer #BEFC5E

Tints of Conifer #BEFC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.54%

R = 35.45%
G = 47.01%
B = 17.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BEFC5E (or 0xBEFC5E) is known color: Conifer. HEX triplet: BE, FC and 5E. RGB value is (190,252,94). Sum of RGB (Red+Green+Blue) = 190+252+94=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #BEFC5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFC5E is #4103A1. Grayscale: #D8D8D8. Windows color (decimal): -4260770 or 6225086. OLE color: 6225086.

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

Color convert

RGB 190 252 94 -
CMYK 0.25 0 0.63 0.01
HSL 83.54º 0.96% 0.68% -
HSV(B) 83.54º 0.63% 0.99% -
XYZ 58.07 81.38 23.24 -
YUV 215.45 59.46 109.85 -
System Red Green Blue C M Y K H S L
Decimal 190 252 94 0.25 0 0.63 0.01 83.54 0.96 0.68
Hex BE FC 5E 19 0 3F 1 54 60 44
Octal 276 374 136 31 0 77 1 124 140 104
Binary 10111110 11111100 1011110 11001 0 111111 1 1010100 1100000 1000100

Color Harmonies of #BEFC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEFC5E

Black with #BEFC5E

Text Example


Text Example

White with #BEFC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEFC5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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