Html Css Color HEX #DDFE44 Pear

📋 copy color: '#DDFE44'

red 221 ◦ green 254 ◦ blue 68

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

Shades of Pear #DDFE44

Tints of Pear #DDFE44

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.78%

 BLUE value IS 68 (26.95% from 255) = 12.52%

R = 40.7%
G = 46.78%
B = 12.52%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.00

RGB Variations

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

Color information

#DDFE44 (or 0xDDFE44) is known color: Pear. HEX triplet: DD, FE and 44. RGB value is (221,254,68). Sum of RGB (Red+Green+Blue) = 221+254+68=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 68 (26.95% from 255 or 12.52% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE44 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE44 is #2201BB. Grayscale: #DFDFDF. Windows color (decimal): -2228668 or 4521693. OLE color: 4521693.

HSL color Cylindrical-coordinate representation of color #DDFE44: hue angle of 70.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DDFE44 is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 68 -
CMYK 0.13 0 0.73 0.00
HSL 70.65º 0.99% 0.63% -
HSV(B) 70.65º 0.73% 1% -
XYZ 66.3 86.67 18.7 -
YUV 222.93 40.57 126.62 -
System Red Green Blue C M Y K H S L
Decimal 221 254 68 0.13 0 0.73 0.00 70.65 0.99 0.63
Hex DD FE 44 D 0 49 0 47 63 3F
Octal 335 376 104 15 0 111 0 107 143 77
Binary 11011101 11111110 1000100 1101 0 1001001 0 1000111 1100011 111111

Color Harmonies of #DDFE44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE44

Black with #DDFE44

Text Example


Text Example

White with #DDFE44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE44; }

 p { color: rgb(221,254,68); }

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

background-color css

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

 a { background-color: rgb(221,254,68); }

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

border-color css

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

 span { border-color: rgb(221,254,68); }

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