Html Css Color HEX #DCF51D Pear

📋 copy color: '#DCF51D'

red 220 ◦ green 245 ◦ blue 29

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

Shades of Pear #DCF51D

Tints of Pear #DCF51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 5.87%

R = 44.53%
G = 49.6%
B = 5.87%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#DCF51D (or 0xDCF51D) is known color: Pear. HEX triplet: DC, F5 and 1D. RGB value is (220,245,29). Sum of RGB (Red+Green+Blue) = 220+245+29=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 29 (11.72% from 255 or 5.87% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF51D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF51D is #230AE2. Grayscale: #D5D5D5. Windows color (decimal): -2296547 or 1963484. OLE color: 1963484.

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

Color convert

RGB 220 245 29 -
CMYK 0.10 0 0.88 0.04
HSL 66.94º 0.92% 0.54% -
HSV(B) 66.94º 0.88% 0.96% -
XYZ 62.39 80.61 13.43 -
YUV 212.9 24.22 133.06 -
System Red Green Blue C M Y K H S L
Decimal 220 245 29 0.10 0 0.88 0.04 66.94 0.92 0.54
Hex DC F5 1D A 0 58 4 43 5C 36
Octal 334 365 35 12 0 130 4 103 134 66
Binary 11011100 11110101 11101 1010 0 1011000 100 1000011 1011100 110110

Color Harmonies of #DCF51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF51D

Black with #DCF51D

Text Example


Text Example

White with #DCF51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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