Html Css Color HEX #DCF73F Pear

📋 copy color: '#DCF73F'

red 220 ◦ green 247 ◦ blue 63

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

Shades of Pear #DCF73F

Tints of Pear #DCF73F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.89%

R = 41.51%
G = 46.6%
B = 11.89%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DCF73F (or 0xDCF73F) is known color: Pear. HEX triplet: DC, F7 and 3F. RGB value is (220,247,63). Sum of RGB (Red+Green+Blue) = 220+247+63=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 247 - color contains mainly: green. Hex color #DCF73F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF73F is #2308C0. Grayscale: #DADADA. Windows color (decimal): -2296001 or 4192220. OLE color: 4192220.

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

Color convert

RGB 220 247 63 -
CMYK 0.11 0 0.74 0.03
HSL 68.8º 0.92% 0.61% -
HSV(B) 68.8º 0.74% 0.97% -
XYZ 63.67 82.1 17.19 -
YUV 217.95 40.55 129.46 -
System Red Green Blue C M Y K H S L
Decimal 220 247 63 0.11 0 0.74 0.03 68.8 0.92 0.61
Hex DC F7 3F B 0 4A 3 45 5C 3D
Octal 334 367 77 13 0 112 3 105 134 75
Binary 11011100 11110111 111111 1011 0 1001010 11 1000101 1011100 111101

Color Harmonies of #DCF73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF73F

Black with #DCF73F

Text Example


Text Example

White with #DCF73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF73F; }

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

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

background-color css

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

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

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

border-color css

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

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

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