Html Css Color HEX #DCF448 Pear

📋 copy color: '#DCF448'

red 220 ◦ green 244 ◦ blue 72

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

Shades of Pear #DCF448

Tints of Pear #DCF448

RGB

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

 GREEN value IS 244 (95.7% from 255) = 45.52%

 BLUE value IS 72 (28.52% from 255) = 13.43%

R = 41.04%
G = 45.52%
B = 13.43%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DCF448 (or 0xDCF448) is known color: Pear. HEX triplet: DC, F4 and 48. RGB value is (220,244,72). Sum of RGB (Red+Green+Blue) = 220+244+72=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 244 (95.70% from 255 or 45.52% from 536); Blue value is 72 (28.52% from 255 or 13.43% from 536); Max value from RGB is 244 - color contains mainly: green. Hex color #DCF448 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF448 is #230BB7. Grayscale: #D9D9D9. Windows color (decimal): -2296760 or 4781276. OLE color: 4781276.

HSL color Cylindrical-coordinate representation of color #DCF448: hue angle of 68.37º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DCF448 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 244 72 -
CMYK 0.10 0 0.70 0.04
HSL 68.37º 0.89% 0.62% -
HSV(B) 68.37º 0.7% 0.96% -
XYZ 63.04 80.38 18.32 -
YUV 217.22 46.05 129.99 -
System Red Green Blue C M Y K H S L
Decimal 220 244 72 0.10 0 0.70 0.04 68.37 0.89 0.62
Hex DC F4 48 A 0 46 4 44 59 3E
Octal 334 364 110 12 0 106 4 104 131 76
Binary 11011100 11110100 1001000 1010 0 1000110 100 1000100 1011001 111110

Color Harmonies of #DCF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF448

Black with #DCF448

Text Example


Text Example

White with #DCF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF448; }

 p { color: rgb(220,244,72); }

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

background-color css

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

 a { background-color: rgb(220,244,72); }

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

border-color css

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

 span { border-color: rgb(220,244,72); }

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