Html Css Color HEX #DCF521 Pear

📋 copy color: '#DCF521'

red 220 ◦ green 245 ◦ blue 33

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

Shades of Pear #DCF521

Tints of Pear #DCF521

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.2%

 BLUE value IS 33 (13.28% from 255) = 6.63%

R = 44.18%
G = 49.2%
B = 6.63%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DCF521 (or 0xDCF521) is known color: Pear. HEX triplet: DC, F5 and 21. RGB value is (220,245,33). Sum of RGB (Red+Green+Blue) = 220+245+33=498 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.18% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 33 (13.28% from 255 or 6.63% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF521 is #230ADE. Grayscale: #D6D6D6. Windows color (decimal): -2296543 or 2225628. OLE color: 2225628.

HSL color Cylindrical-coordinate representation of color #DCF521: hue angle of 67.08º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DCF521 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 33 -
CMYK 0.10 0 0.87 0.04
HSL 67.08º 0.91% 0.55% -
HSV(B) 67.08º 0.87% 0.96% -
XYZ 62.44 80.63 13.71 -
YUV 213.36 26.22 132.74 -
System Red Green Blue C M Y K H S L
Decimal 220 245 33 0.10 0 0.87 0.04 67.08 0.91 0.55
Hex DC F5 21 A 0 57 4 43 5B 37
Octal 334 365 41 12 0 127 4 103 133 67
Binary 11011100 11110101 100001 1010 0 1010111 100 1000011 1011011 110111

Color Harmonies of #DCF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF521

Black with #DCF521

Text Example


Text Example

White with #DCF521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF521; }

 p { color: rgb(220,245,33); }

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

background-color css

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

 a { background-color: rgb(220,245,33); }

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

border-color css

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

 span { border-color: rgb(220,245,33); }

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