Html Css Color HEX #DDF51D Pear

📋 copy color: '#DDF51D'

red 221 ◦ green 245 ◦ blue 29

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

Shades of Pear #DDF51D

Tints of Pear #DDF51D

RGB

 RED value IS 221 (86.72% from 255) = 44.65%

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

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

R = 44.65%
G = 49.49%
B = 5.86%

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

#DDF51D (or 0xDDF51D) is known color: Pear. HEX triplet: DD, F5 and 1D. RGB value is (221,245,29). Sum of RGB (Red+Green+Blue) = 221+245+29=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 29 (11.72% from 255 or 5.86% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF51D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF51D is #220AE2. Grayscale: #D6D6D6. Windows color (decimal): -2231011 or 1963485. OLE color: 1963485.

HSL color Cylindrical-coordinate representation of color #DDF51D: hue angle of 66.67º 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 #DDF51D is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 29 -
CMYK 0.10 0 0.88 0.04
HSL 66.67º 0.92% 0.54% -
HSV(B) 66.67º 0.88% 0.96% -
XYZ 62.69 80.77 13.45 -
YUV 213.2 24.05 133.56 -
System Red Green Blue C M Y K H S L
Decimal 221 245 29 0.10 0 0.88 0.04 66.67 0.92 0.54
Hex DD F5 1D A 0 58 4 43 5C 36
Octal 335 365 35 12 0 130 4 103 134 66
Binary 11011101 11110101 11101 1010 0 1011000 100 1000011 1011100 110110

Color Harmonies of #DDF51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF51D

Black with #DDF51D

Text Example


Text Example

White with #DDF51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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