Html Css Color HEX #DCF247 Pear

📋 copy color: '#DCF247'

red 220 ◦ green 242 ◦ blue 71

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

Shades of Pear #DCF247

Tints of Pear #DCF247

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

 BLUE value IS 71 (28.13% from 255) = 13.32%

R = 41.28%
G = 45.4%
B = 13.32%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#DCF247 (or 0xDCF247) is known color: Pear. HEX triplet: DC, F2 and 47. RGB value is (220,242,71). Sum of RGB (Red+Green+Blue) = 220+242+71=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 71 (28.12% from 255 or 13.32% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF247 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF247 is #230DB8. Grayscale: #D8D8D8. Windows color (decimal): -2297273 or 4715228. OLE color: 4715228.

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

Color convert

RGB 220 242 71 -
CMYK 0.09 0 0.71 0.05
HSL 67.72º 0.87% 0.61% -
HSV(B) 67.72º 0.71% 0.95% -
XYZ 62.4 79.17 17.95 -
YUV 215.93 46.21 130.9 -
System Red Green Blue C M Y K H S L
Decimal 220 242 71 0.09 0 0.71 0.05 67.72 0.87 0.61
Hex DC F2 47 9 0 47 5 44 57 3D
Octal 334 362 107 11 0 107 5 104 127 75
Binary 11011100 11110010 1000111 1001 0 1000111 101 1000100 1010111 111101

Color Harmonies of #DCF247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF247

Black with #DCF247

Text Example


Text Example

White with #DCF247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF247; }

 p { color: rgb(220,242,71); }

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

background-color css

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

 a { background-color: rgb(220,242,71); }

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

border-color css

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

 span { border-color: rgb(220,242,71); }

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