Html Css Color HEX #DDEE1B Pear

📋 copy color: '#DDEE1B'

red 221 ◦ green 238 ◦ blue 27

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

Shades of Pear #DDEE1B

Tints of Pear #DDEE1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 45.47%
G = 48.97%
B = 5.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#DDEE1B (or 0xDDEE1B) is known color: Pear. HEX triplet: DD, EE and 1B. RGB value is (221,238,27). Sum of RGB (Red+Green+Blue) = 221+238+27=486 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.47% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE1B is #2211E4. Grayscale: #D1D1D1. Windows color (decimal): -2232805 or 1830621. OLE color: 1830621.

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

Color convert

RGB 221 238 27 -
CMYK 0.07 0 0.89 0.07
HSL 64.83º 0.86% 0.52% -
HSV(B) 64.83º 0.89% 0.93% -
XYZ 60.59 76.6 12.63 -
YUV 208.86 25.37 136.66 -
System Red Green Blue C M Y K H S L
Decimal 221 238 27 0.07 0 0.89 0.07 64.83 0.86 0.52
Hex DD EE 1B 7 0 59 7 41 56 34
Octal 335 356 33 7 0 131 7 101 126 64
Binary 11011101 11101110 11011 111 0 1011001 111 1000001 1010110 110100

Color Harmonies of #DDEE1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE1B

Black with #DDEE1B

Text Example


Text Example

White with #DDEE1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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