#DCEE3A

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

Shades of Pear #DCEE3A

Tints of Pear #DCEE3A

Color information

#DCEE3A (or 0xDCEE3A) is unknown color: approx Pear. HEX triplet: DC, EE and 3A. RGB value is (220,238,58). Sum of RGB (Red+Green+Blue) = 220+238+58=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 238 (93.36% from 255 or 46.12% from 516); Blue value is 58 (23.05% from 255 or 11.24% from 516); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEE3A is #2311C5. Grayscale: #D4D4D4. Windows color (decimal): -2298310 or 3862236. OLE color: 3862236.

HSL color Cylindrical-coordinate representation of color #DCEE3A: hue angle of 66º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DCEE3A is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB22023858-
CMYK0.0800.760.07
HSL66º84.11%58.04%-
HSV(B)66º75.63%93.33%-
XYZ60.8576.6715.59-
YUV212.141.04133.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 238 (93.36% from 255) = 46.12%
BLUE value IS 58 (23.05% from 255) = 11.24%
R=42.64%
G=46.12%
B=11.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220238580.0800.760.076684.1158.04
HexDCEE3A804C742543a
Octal33435672100114710212472
Binary110111001110111011101010000100110011110000101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEE3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEE3A; }

 p { color: rgb(220,238,58); }

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

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

 a { background-color: rgb(220,238,58); }

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

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

 span { border-color: rgb(220,238,58); }

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