#BEDF65

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

Shades of Conifer #BEDF65

Tints of Conifer #BEDF65

Color information

#BEDF65 (or 0xBEDF65) is unknown color: approx Conifer. HEX triplet: BE, DF and 65. RGB value is (190,223,101). Sum of RGB (Red+Green+Blue) = 190+223+101=514 (68% of max value = 765). Red value is 190 (74.61% from 255 or 36.96% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 101 (39.84% from 255 or 19.65% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF65 is #41209A. Grayscale: #C7C7C7. Windows color (decimal): -4268187 or 6676414. OLE color: 6676414.

HSL color Cylindrical-coordinate representation of color #BEDF65: hue angle of 76.23º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BEDF65 is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB190223101-
CMYK0.1500.550.13
HSL76.23º65.59%63.53%-
HSV(B)76.23º54.71%87.45%-
XYZ49.9764.6622.16-
YUV199.2272.57121.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 36.96%
GREEN value IS 223 (87.5% from 255) = 43.39%
BLUE value IS 101 (39.84% from 255) = 19.65%
R=36.96%
G=43.39%
B=19.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1902231010.1500.550.1376.2365.5963.53
HexBEDF65F037D4c4240
Octal2763371451706715114102100
Binary10111110110111111100101111101101111101100110010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF65; }

 p { color: rgb(190,223,101); }

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

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

 a { background-color: rgb(190,223,101); }

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

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

 span { border-color: rgb(190,223,101); }

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