#DCF330

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

Shades of Pear #DCF330

Tints of Pear #DCF330

Color information

#DCF330 (or 0xDCF330) is unknown color: approx Pear. HEX triplet: DC, F3 and 30. RGB value is (220,243,48). Sum of RGB (Red+Green+Blue) = 220+243+48=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 243 (95.31% from 255 or 47.55% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF330 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF330 is #230CCF. Grayscale: #D6D6D6. Windows color (decimal): -2297040 or 3208156. OLE color: 3208156.

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

Color convert

RGB22024348-
CMYK0.0900.800.05
HSL67.08º89.04%57.06%-
HSV(B)67.08º80.25%95.29%-
XYZ62.179.5314.87-
YUV213.8934.38132.36-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 43.05%
GREEN value IS 243 (95.31% from 255) = 47.55%
BLUE value IS 48 (19.14% from 255) = 9.39%
R=43.05%
G=47.55%
B=9.39%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220243480.0900.800.0567.0889.0457.06
HexDCF33090505435939
Octal33436360110120510313171
Binary110111001111001111000010010101000010110000111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF330; }

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

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

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

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

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

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

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

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