#BEDF62

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

Shades of Conifer #BEDF62

Tints of Conifer #BEDF62

Color information

#BEDF62 (or 0xBEDF62) is unknown color: approx Conifer. HEX triplet: BE, DF and 62. RGB value is (190,223,98). Sum of RGB (Red+Green+Blue) = 190+223+98=511 (67% of max value = 765). Red value is 190 (74.61% from 255 or 37.18% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 98 (38.67% from 255 or 19.18% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #BEDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEDF62 is #41209D. Grayscale: #C7C7C7. Windows color (decimal): -4268190 or 6479806. OLE color: 6479806.

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

Color convert

RGB19022398-
CMYK0.1500.560.13
HSL75.84º66.14%62.94%-
HSV(B)75.84º56.05%87.45%-
XYZ49.8364.621.4-
YUV198.8871.07121.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 37.18%
GREEN value IS 223 (87.5% from 255) = 43.64%
BLUE value IS 98 (38.67% from 255) = 19.18%
R=37.18%
G=43.64%
B=19.18%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal190223980.1500.560.1375.8466.1462.94
HexBEDF62F038D4c423f
Octal276337142170701511410277
Binary1011111011011111110001011110111000110110011001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEDF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEDF62; }

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

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

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

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

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

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

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

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