Html Css Color HEX #DDEE3F Pear

📋 copy color: '#DDEE3F'

red 221 ◦ green 238 ◦ blue 63

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

Shades of Pear #DDEE3F

Tints of Pear #DDEE3F

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.59%

 BLUE value IS 63 (25% from 255) = 12.07%

R = 42.34%
G = 45.59%
B = 12.07%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#DDEE3F (or 0xDDEE3F) is known color: Pear. HEX triplet: DD, EE and 3F. RGB value is (221,238,63). Sum of RGB (Red+Green+Blue) = 221+238+63=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 63 (25% from 255 or 12.07% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE3F is #2211C0. Grayscale: #D5D5D5. Windows color (decimal): -2232769 or 4189917. OLE color: 4189917.

HSL color Cylindrical-coordinate representation of color #DDEE3F: hue angle of 65.83º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDEE3F is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 63 -
CMYK 0.07 0 0.74 0.07
HSL 65.83º 0.84% 0.59% -
HSV(B) 65.83º 0.74% 0.93% -
XYZ 61.29 76.88 16.31 -
YUV 212.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 221 238 63 0.07 0 0.74 0.07 65.83 0.84 0.59
Hex DD EE 3F 7 0 4A 7 42 54 3B
Octal 335 356 77 7 0 112 7 102 124 73
Binary 11011101 11101110 111111 111 0 1001010 111 1000010 1010100 111011

Color Harmonies of #DDEE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE3F

Black with #DDEE3F

Text Example


Text Example

White with #DDEE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE3F; }

 p { color: rgb(221,238,63); }

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

background-color css

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

 a { background-color: rgb(221,238,63); }

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

border-color css

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

 span { border-color: rgb(221,238,63); }

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