Html Css Color HEX #DCF62D Pear

📋 copy color: '#DCF62D'

red 220 ◦ green 246 ◦ blue 45

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

Shades of Pear #DCF62D

Tints of Pear #DCF62D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.14%

 BLUE value IS 45 (17.97% from 255) = 8.81%

R = 43.05%
G = 48.14%
B = 8.81%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#DCF62D (or 0xDCF62D) is known color: Pear. HEX triplet: DC, F6 and 2D. RGB value is (220,246,45). Sum of RGB (Red+Green+Blue) = 220+246+45=511 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.05% from 511); Green value is 246 (96.48% from 255 or 48.14% from 511); Blue value is 45 (17.97% from 255 or 8.81% from 511); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF62D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF62D is #2309D2. Grayscale: #D8D8D8. Windows color (decimal): -2296275 or 3012316. OLE color: 3012316.

HSL color Cylindrical-coordinate representation of color #DCF62D: hue angle of 67.76º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DCF62D is Cyan = 0.11, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 246 45 -
CMYK 0.11 0 0.82 0.04
HSL 67.76º 0.92% 0.57% -
HSV(B) 67.76º 0.82% 0.96% -
XYZ 62.94 81.32 14.86 -
YUV 215.31 31.89 131.34 -
System Red Green Blue C M Y K H S L
Decimal 220 246 45 0.11 0 0.82 0.04 67.76 0.92 0.57
Hex DC F6 2D B 0 52 4 44 5C 39
Octal 334 366 55 13 0 122 4 104 134 71
Binary 11011100 11110110 101101 1011 0 1010010 100 1000100 1011100 111001

Color Harmonies of #DCF62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF62D

Black with #DCF62D

Text Example


Text Example

White with #DCF62D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF62D; }

 p { color: rgb(220,246,45); }

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

background-color css

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

 a { background-color: rgb(220,246,45); }

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

border-color css

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

 span { border-color: rgb(220,246,45); }

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