Html Css Color HEX #DDEF34 Pear

📋 copy color: '#DDEF34'

red 221 ◦ green 239 ◦ blue 52

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

Shades of Pear #DDEF34

Tints of Pear #DDEF34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.16%

R = 43.16%
G = 46.68%
B = 10.16%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#DDEF34 (or 0xDDEF34) is known color: Pear. HEX triplet: DD, EF and 34. RGB value is (221,239,52). Sum of RGB (Red+Green+Blue) = 221+239+52=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 239 (93.75% from 255 or 46.68% from 512); Blue value is 52 (20.70% from 255 or 10.16% from 512); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF34 is #2210CB. Grayscale: #D5D5D5. Windows color (decimal): -2232524 or 3469277. OLE color: 3469277.

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

Color convert

RGB 221 239 52 -
CMYK 0.08 0 0.78 0.06
HSL 65.78º 0.85% 0.57% -
HSV(B) 65.78º 0.78% 0.94% -
XYZ 61.31 77.35 14.95 -
YUV 212.3 37.54 134.21 -
System Red Green Blue C M Y K H S L
Decimal 221 239 52 0.08 0 0.78 0.06 65.78 0.85 0.57
Hex DD EF 34 8 0 4E 6 42 55 39
Octal 335 357 64 10 0 116 6 102 125 71
Binary 11011101 11101111 110100 1000 0 1001110 110 1000010 1010101 111001

Color Harmonies of #DDEF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF34

Black with #DDEF34

Text Example


Text Example

White with #DDEF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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