Html Css Color HEX #DDEF3F Pear

📋 copy color: '#DDEF3F'

red 221 ◦ green 239 ◦ blue 63

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

Shades of Pear #DDEF3F

Tints of Pear #DDEF3F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.7%

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

R = 42.26%
G = 45.7%
B = 12.05%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#DDEF3F (or 0xDDEF3F) is known color: Pear. HEX triplet: DD, EF and 3F. RGB value is (221,239,63). Sum of RGB (Red+Green+Blue) = 221+239+63=523 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.26% from 523); Green value is 239 (93.75% from 255 or 45.70% from 523); Blue value is 63 (25% from 255 or 12.05% from 523); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF3F is #2210C0. Grayscale: #D6D6D6. Windows color (decimal): -2232513 or 4190173. OLE color: 4190173.

HSL color Cylindrical-coordinate representation of color #DDEF3F: hue angle of 66.14º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DDEF3F is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 239 63 -
CMYK 0.08 0 0.74 0.06
HSL 66.14º 0.85% 0.59% -
HSV(B) 66.14º 0.74% 0.94% -
XYZ 61.58 77.46 16.41 -
YUV 213.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 221 239 63 0.08 0 0.74 0.06 66.14 0.85 0.59
Hex DD EF 3F 8 0 4A 6 42 55 3B
Octal 335 357 77 10 0 112 6 102 125 73
Binary 11011101 11101111 111111 1000 0 1001010 110 1000010 1010101 111011

Color Harmonies of #DDEF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF3F

Black with #DDEF3F

Text Example


Text Example

White with #DDEF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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