#DCF11B

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

Shades of Pear #DCF11B

Tints of Pear #DCF11B

Color information

#DCF11B (or 0xDCF11B) is unknown color: approx Pear. HEX triplet: DC, F1 and 1B. RGB value is (220,241,27). Sum of RGB (Red+Green+Blue) = 220+241+27=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 27 (10.94% from 255 or 5.53% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF11B is #230EE4. Grayscale: #D3D3D3. Windows color (decimal): -2297573 or 1831388. OLE color: 1831388.

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

Color convert

RGB22024127-
CMYK0.0900.890.05
HSL65.89º88.43%52.55%-
HSV(B)65.89º88.8%94.51%-
XYZ61.1778.2112.91-
YUV210.3224.54134.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.08%
GREEN value IS 241 (94.53% from 255) = 49.39%
BLUE value IS 27 (10.94% from 255) = 5.53%
R=45.08%
G=49.39%
B=5.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal220241270.0900.890.0565.8988.4352.55
HexDCF11B90595425835
Octal33436133110131510213065
Binary11011100111100011101110010101100110110000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF11B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF11B; }

 p { color: rgb(220,241,27); }

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

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

 a { background-color: rgb(220,241,27); }

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

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

 span { border-color: rgb(220,241,27); }

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