#BEFD52

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

Shades of Conifer #BEFD52

Tints of Conifer #BEFD52

Color information

#BEFD52 (or 0xBEFD52) is unknown color: approx Conifer. HEX triplet: BE, FD and 52. RGB value is (190,253,82). Sum of RGB (Red+Green+Blue) = 190+253+82=525 (69% of max value = 765). Red value is 190 (74.61% from 255 or 36.19% from 525); Green value is 253 (99.22% from 255 or 48.19% from 525); Blue value is 82 (32.42% from 255 or 15.62% from 525); Max value from RGB is 253 - color contains mainly: green. Hex color #BEFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFD52 is #4102AD. Grayscale: #D7D7D7. Windows color (decimal): -4260526 or 5438910. OLE color: 5438910.

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

Color convert

RGB19025382-
CMYK0.2500.680.01
HSL82.11º97.71%65.69%-
HSV(B)82.11º67.59%99.22%-
XYZ57.8881.8120.72-
YUV214.6753.13110.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.19%
GREEN value IS 253 (99.22% from 255) = 48.19%
BLUE value IS 82 (32.42% from 255) = 15.62%
R=36.19%
G=48.19%
B=15.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal190253820.2500.680.0182.1197.7165.69
HexBEFD52190441526242
Octal2763751223101041122142102
Binary1011111011111101101001011001010001001101001011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFD52; }

 p { color: rgb(190,253,82); }

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

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

 a { background-color: rgb(190,253,82); }

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

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

 span { border-color: rgb(190,253,82); }

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