Html Css Color HEX #DDFA2D Pear

📋 copy color: '#DDFA2D'

red 221 ◦ green 250 ◦ blue 45

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

Shades of Pear #DDFA2D

Tints of Pear #DDFA2D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 48.45%

 BLUE value IS 45 (17.97% from 255) = 8.72%

R = 42.83%
G = 48.45%
B = 8.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.82

 K value IS 0.02

RGB Variations

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

Color information

#DDFA2D (or 0xDDFA2D) is known color: Pear. HEX triplet: DD, FA and 2D. RGB value is (221,250,45). Sum of RGB (Red+Green+Blue) = 221+250+45=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 250 (98.05% from 255 or 48.45% from 516); Blue value is 45 (17.97% from 255 or 8.72% from 516); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFA2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFA2D is #2205D2. Grayscale: #DADADA. Windows color (decimal): -2229715 or 3013341. OLE color: 3013341.

HSL color Cylindrical-coordinate representation of color #DDFA2D: hue angle of 68.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DDFA2D is Cyan = 0.12, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 45 -
CMYK 0.12 0 0.82 0.02
HSL 68.49º 0.95% 0.58% -
HSV(B) 68.49º 0.82% 0.98% -
XYZ 64.48 83.93 15.28 -
YUV 217.96 30.39 130.17 -
System Red Green Blue C M Y K H S L
Decimal 221 250 45 0.12 0 0.82 0.02 68.49 0.95 0.58
Hex DD FA 2D C 0 52 2 44 5F 3A
Octal 335 372 55 14 0 122 2 104 137 72
Binary 11011101 11111010 101101 1100 0 1010010 10 1000100 1011111 111010

Color Harmonies of #DDFA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFA2D

Black with #DDFA2D

Text Example


Text Example

White with #DDFA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFA2D; }

 p { color: rgb(221,250,45); }

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

background-color css

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

 a { background-color: rgb(221,250,45); }

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

border-color css

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

 span { border-color: rgb(221,250,45); }

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