#DCF335

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

Shades of Pear #DCF335

Tints of Pear #DCF335

Color information

#DCF335 (or 0xDCF335) is unknown color: approx Pear. HEX triplet: DC, F3 and 35. RGB value is (220,243,53). Sum of RGB (Red+Green+Blue) = 220+243+53=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 53 (21.09% from 255 or 10.27% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF335 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF335 is #230CCA. Grayscale: #D7D7D7. Windows color (decimal): -2297035 or 3535836. OLE color: 3535836.

HSL color Cylindrical-coordinate representation of color #DCF335: hue angle of 67.26º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCF335 is Cyan = 0.09, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.

Color convert

RGB22024353-
CMYK0.0900.780.05
HSL67.26º88.79%58.04%-
HSV(B)67.26º78.19%95.29%-
XYZ62.2179.5715.45-
YUV214.4636.88131.95-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 42.64%
GREEN value IS 243 (95.31% from 255) = 47.09%
BLUE value IS 53 (21.09% from 255) = 10.27%
R=42.64%
G=47.09%
B=10.27%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220243530.0900.780.0567.2688.7958.04
HexDCF335904E543593a
Octal33436365110116510313172
Binary110111001111001111010110010100111010110000111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF335; }

 p { color: rgb(220,243,53); }

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

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

 a { background-color: rgb(220,243,53); }

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

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

 span { border-color: rgb(220,243,53); }

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