Html Css Color HEX #DCFD2E Pear

📋 copy color: '#DCFD2E'

red 220 ◦ green 253 ◦ blue 46

#DCFD2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #DCFD2E

Tints of Pear #DCFD2E

RGB

 RED value IS 220 (86.33% from 255) = 42.39%

 GREEN value IS 253 (99.22% from 255) = 48.75%

 BLUE value IS 46 (18.36% from 255) = 8.86%

R = 42.39%
G = 48.75%
B = 8.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#DCFD2E (or 0xDCFD2E) is known color: Pear. HEX triplet: DC, FD and 2E. RGB value is (220,253,46). Sum of RGB (Red+Green+Blue) = 220+253+46=519 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.39% from 519); Green value is 253 (99.22% from 255 or 48.75% from 519); Blue value is 46 (18.36% from 255 or 8.86% from 519); Max value from RGB is 253 - color contains mainly: green. Hex color #DCFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCFD2E is #2302D1. Grayscale: #DCDCDC. Windows color (decimal): -2294482 or 3079644. OLE color: 3079644.

HSL color Cylindrical-coordinate representation of color #DCFD2E: hue angle of 69.57º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCFD2E is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 253 46 -
CMYK 0.13 0 0.82 0.01
HSL 69.57º 0.98% 0.59% -
HSV(B) 69.57º 0.82% 0.99% -
XYZ 65.13 85.66 15.69 -
YUV 219.54 30.07 128.33 -
System Red Green Blue C M Y K H S L
Decimal 220 253 46 0.13 0 0.82 0.01 69.57 0.98 0.59
Hex DC FD 2E D 0 52 1 46 62 3B
Octal 334 375 56 15 0 122 1 106 142 73
Binary 11011100 11111101 101110 1101 0 1010010 1 1000110 1100010 111011

Color Harmonies of #DCFD2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFD2E

Black with #DCFD2E

Text Example


Text Example

White with #DCFD2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFD2E; }

 p { color: rgb(220,253,46); }

 H1.HeaderClassName
 {
   color: #DCFD2E;
 }
 .AnyTagClassName
 {
   color: #DCFD2E;
 }
</style>

background-color css

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

 a { background-color: rgb(220,253,46); }

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

border-color css

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

 span { border-color: rgb(220,253,46); }

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