Html Css Color HEX #DDEF1A Pear

📋 copy color: '#DDEF1A'

red 221 ◦ green 239 ◦ blue 26

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

Shades of Pear #DDEF1A

Tints of Pear #DDEF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.35%

R = 45.47%
G = 49.18%
B = 5.35%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#DDEF1A (or 0xDDEF1A) is known color: Pear. HEX triplet: DD, EF and 1A. RGB value is (221,239,26). Sum of RGB (Red+Green+Blue) = 221+239+26=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEF1A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEF1A is #2210E5. Grayscale: #D2D2D2. Windows color (decimal): -2232550 or 1765341. OLE color: 1765341.

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

Color convert

RGB 221 239 26 -
CMYK 0.08 0 0.89 0.06
HSL 65.07º 0.87% 0.52% -
HSV(B) 65.07º 0.89% 0.94% -
XYZ 60.87 77.18 12.67 -
YUV 209.34 24.54 136.32 -
System Red Green Blue C M Y K H S L
Decimal 221 239 26 0.08 0 0.89 0.06 65.07 0.87 0.52
Hex DD EF 1A 8 0 59 6 41 57 34
Octal 335 357 32 10 0 131 6 101 127 64
Binary 11011101 11101111 11010 1000 0 1011001 110 1000001 1010111 110100

Color Harmonies of #DDEF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEF1A

Black with #DDEF1A

Text Example


Text Example

White with #DDEF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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