#BEF25F

Color #BEF25F Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #BEF25F

Tints of Conifer #BEF25F

Color information

#BEF25F (or 0xBEF25F) is unknown color: approx Conifer. HEX triplet: BE, F2 and 5F. RGB value is (190,242,95). Sum of RGB (Red+Green+Blue) = 190+242+95=527 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.05% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 95 (37.5% from 255 or 18.03% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #BEF25F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF25F is #410DA0. Grayscale: #D2D2D2. Windows color (decimal): -4263329 or 6288062. OLE color: 6288062.

HSL color Cylindrical-coordinate representation of color #BEF25F: hue angle of 81.22º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BEF25F is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB19024295-
CMYK0.2100.610.05
HSL81.22º84.97%66.08%-
HSV(B)81.22º60.74%94.9%-
XYZ55.0575.2822.45-
YUV209.6963.27113.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.05%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 95 (37.5% from 255) = 18.03%
R=36.05%
G=45.92%
B=18.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190242950.2100.610.0581.2284.9766.08
HexBEF25F1503D5515542
Octal276362137250755121125102
Binary10111110111100101011111101010111101101101000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF25F; }

 p { color: rgb(190,242,95); }

 H1.HeaderClassName
 {
   color: #BEF25F;
 }
 .AnyTagClassName
 {
   color: #BEF25F;
 }
</style>
background-color css

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

 a { background-color: rgb(190,242,95); }

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

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

 span { border-color: rgb(190,242,95); }

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