Html Css Color HEX #DCF329 Pear

📋 copy color: '#DCF329'

red 220 ◦ green 243 ◦ blue 41

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

Shades of Pear #DCF329

Tints of Pear #DCF329

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.21%

 BLUE value IS 41 (16.41% from 255) = 8.13%

R = 43.65%
G = 48.21%
B = 8.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#DCF329 (or 0xDCF329) is known color: Pear. HEX triplet: DC, F3 and 29. RGB value is (220,243,41). Sum of RGB (Red+Green+Blue) = 220+243+41=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 243 (95.31% from 255 or 48.21% from 504); Blue value is 41 (16.41% from 255 or 8.13% from 504); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF329 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF329 is #230CD6. Grayscale: #D5D5D5. Windows color (decimal): -2297047 or 2749404. OLE color: 2749404.

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

Color convert

RGB 220 243 41 -
CMYK 0.09 0 0.83 0.05
HSL 66.83º 0.89% 0.56% -
HSV(B) 66.83º 0.83% 0.95% -
XYZ 61.97 79.48 14.17 -
YUV 213.1 30.88 132.93 -
System Red Green Blue C M Y K H S L
Decimal 220 243 41 0.09 0 0.83 0.05 66.83 0.89 0.56
Hex DC F3 29 9 0 53 5 43 59 38
Octal 334 363 51 11 0 123 5 103 131 70
Binary 11011100 11110011 101001 1001 0 1010011 101 1000011 1011001 111000

Color Harmonies of #DCF329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF329

Black with #DCF329

Text Example


Text Example

White with #DCF329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF329; }

 p { color: rgb(220,243,41); }

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

background-color css

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

 a { background-color: rgb(220,243,41); }

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

border-color css

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

 span { border-color: rgb(220,243,41); }

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