#BEF35A

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

Shades of Conifer #BEF35A

Tints of Conifer #BEF35A

Color information

#BEF35A (or 0xBEF35A) is unknown color: approx Conifer. HEX triplet: BE, F3 and 5A. RGB value is (190,243,90). Sum of RGB (Red+Green+Blue) = 190+243+90=523 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.33% from 523); Green value is 243 (95.31% from 255 or 46.46% from 523); Blue value is 90 (35.55% from 255 or 17.21% from 523); Max value from RGB is 243 - color contains mainly: green. Hex color #BEF35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF35A is #410CA5. Grayscale: #D2D2D2. Windows color (decimal): -4263078 or 5960638. OLE color: 5960638.

HSL color Cylindrical-coordinate representation of color #BEF35A: hue angle of 80.78º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BEF35A is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB19024390-
CMYK0.2200.630.05
HSL80.78º86.44%65.29%-
HSV(B)80.78º62.96%95.29%-
XYZ55.1375.7921.4-
YUV209.7160.44113.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.33%
GREEN value IS 243 (95.31% from 255) = 46.46%
BLUE value IS 90 (35.55% from 255) = 17.21%
R=36.33%
G=46.46%
B=17.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal190243900.2200.630.0580.7886.4465.29
HexBEF35A1603F5515641
Octal276363132260775121126101
Binary10111110111100111011010101100111111101101000110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF35A; }

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

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

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

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

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

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

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

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