Html Css Color HEX #DDEE25 Pear

📋 copy color: '#DDEE25'

red 221 ◦ green 238 ◦ blue 37

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

Shades of Pear #DDEE25

Tints of Pear #DDEE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.46%

R = 44.56%
G = 47.98%
B = 7.46%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#DDEE25 (or 0xDDEE25) is known color: Pear. HEX triplet: DD, EE and 25. RGB value is (221,238,37). Sum of RGB (Red+Green+Blue) = 221+238+37=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 238 (93.36% from 255 or 47.98% from 496); Blue value is 37 (14.84% from 255 or 7.46% from 496); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE25 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDEE25 is #2211DA. Grayscale: #D2D2D2. Windows color (decimal): -2232795 or 2485981. OLE color: 2485981.

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

Color convert

RGB 221 238 37 -
CMYK 0.07 0 0.84 0.07
HSL 65.07º 0.86% 0.54% -
HSV(B) 65.07º 0.84% 0.93% -
XYZ 60.73 76.65 13.35 -
YUV 210 30.37 135.84 -
System Red Green Blue C M Y K H S L
Decimal 221 238 37 0.07 0 0.84 0.07 65.07 0.86 0.54
Hex DD EE 25 7 0 54 7 41 56 36
Octal 335 356 45 7 0 124 7 101 126 66
Binary 11011101 11101110 100101 111 0 1010100 111 1000001 1010110 110110

Color Harmonies of #DDEE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE25

Black with #DDEE25

Text Example


Text Example

White with #DDEE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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