#DCF245

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

Shades of Pear #DCF245

Tints of Pear #DCF245

Color information

#DCF245 (or 0xDCF245) is unknown color: approx Pear. HEX triplet: DC, F2 and 45. RGB value is (220,242,69). Sum of RGB (Red+Green+Blue) = 220+242+69=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 69 (27.34% from 255 or 12.99% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF245 is #230DBA. Grayscale: #D8D8D8. Windows color (decimal): -2297275 or 4584156. OLE color: 4584156.

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

Color convert

RGB22024269-
CMYK0.0900.710.05
HSL67.63º86.93%60.98%-
HSV(B)67.63º71.49%94.9%-
XYZ62.3479.1517.62-
YUV215.745.21131.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 41.43%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 69 (27.34% from 255) = 12.99%
R=41.43%
G=45.57%
B=12.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220242690.0900.710.0567.6386.9360.98
HexDCF2459047544573d
Octal334362105110107510412775
Binary1101110011110010100010110010100011110110001001010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF245; }

 p { color: rgb(220,242,69); }

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

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

 a { background-color: rgb(220,242,69); }

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

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

 span { border-color: rgb(220,242,69); }

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