Html Css Color HEX #DCF72E Pear

📋 copy color: '#DCF72E'

red 220 ◦ green 247 ◦ blue 46

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

Shades of Pear #DCF72E

Tints of Pear #DCF72E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.15%

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

R = 42.88%
G = 48.15%
B = 8.97%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#DCF72E (or 0xDCF72E) is known color: Pear. HEX triplet: DC, F7 and 2E. RGB value is (220,247,46). Sum of RGB (Red+Green+Blue) = 220+247+46=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 247 (96.88% from 255 or 48.15% from 513); Blue value is 46 (18.36% from 255 or 8.97% from 513); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF72E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF72E is #2308D1. Grayscale: #D8D8D8. Windows color (decimal): -2296018 or 3078108. OLE color: 3078108.

HSL color Cylindrical-coordinate representation of color #DCF72E: hue angle of 68.06º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DCF72E is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 220 247 46 -
CMYK 0.11 0 0.81 0.03
HSL 68.06º 0.93% 0.57% -
HSV(B) 68.06º 0.81% 0.97% -
XYZ 63.27 81.93 15.07 -
YUV 216.01 32.05 130.84 -
System Red Green Blue C M Y K H S L
Decimal 220 247 46 0.11 0 0.81 0.03 68.06 0.93 0.57
Hex DC F7 2E B 0 51 3 44 5D 39
Octal 334 367 56 13 0 121 3 104 135 71
Binary 11011100 11110111 101110 1011 0 1010001 11 1000100 1011101 111001

Color Harmonies of #DCF72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF72E

Black with #DCF72E

Text Example


Text Example

White with #DCF72E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF72E; }

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

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

background-color css

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

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

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

border-color css

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

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

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