#BEF04C

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

Shades of Conifer #BEF04C

Tints of Conifer #BEF04C

Color information

#BEF04C (or 0xBEF04C) is unknown color: approx Conifer. HEX triplet: BE, F0 and 4C. RGB value is (190,240,76). Sum of RGB (Red+Green+Blue) = 190+240+76=506 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.55% from 506); Green value is 240 (94.14% from 255 or 47.43% from 506); Blue value is 76 (30.08% from 255 or 15.02% from 506); Max value from RGB is 240 - color contains mainly: green. Hex color #BEF04C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BEF04C is #410FB3. Grayscale: #CECECE. Windows color (decimal): -4263860 or 5042366. OLE color: 5042366.

HSL color Cylindrical-coordinate representation of color #BEF04C: hue angle of 78.29º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BEF04C is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.06.

Color convert

RGB19024076-
CMYK0.2100.680.06
HSL78.29º84.54%61.96%-
HSV(B)78.29º68.33%94.12%-
XYZ53.773.7918.25-
YUV206.3554.44116.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.55%
GREEN value IS 240 (94.14% from 255) = 47.43%
BLUE value IS 76 (30.08% from 255) = 15.02%
R=37.55%
G=47.43%
B=15.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal190240760.2100.680.0678.2984.5461.96
HexBEF04C1504464e553e
Octal276360114250104611612576
Binary10111110111100001001100101010100010011010011101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF04C; }

 p { color: rgb(190,240,76); }

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

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

 a { background-color: rgb(190,240,76); }

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

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

 span { border-color: rgb(190,240,76); }

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