Html Css Color HEX #DDFE3F Pear

📋 copy color: '#DDFE3F'

red 221 ◦ green 254 ◦ blue 63

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

Shades of Pear #DDFE3F

Tints of Pear #DDFE3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.71%

R = 41.08%
G = 47.21%
B = 11.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#DDFE3F (or 0xDDFE3F) is known color: Pear. HEX triplet: DD, FE and 3F. RGB value is (221,254,63). Sum of RGB (Red+Green+Blue) = 221+254+63=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 63 (25% from 255 or 11.71% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE3F is #2201C0. Grayscale: #DFDFDF. Windows color (decimal): -2228673 or 4194013. OLE color: 4194013.

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

Color convert

RGB 221 254 63 -
CMYK 0.13 0 0.75 0.00
HSL 70.37º 0.99% 0.62% -
HSV(B) 70.37º 0.75% 1% -
XYZ 66.16 86.61 17.93 -
YUV 222.36 38.07 127.03 -
System Red Green Blue C M Y K H S L
Decimal 221 254 63 0.13 0 0.75 0.00 70.37 0.99 0.62
Hex DD FE 3F D 0 4B 0 46 63 3E
Octal 335 376 77 15 0 113 0 106 143 76
Binary 11011101 11111110 111111 1101 0 1001011 0 1000110 1100011 111110

Color Harmonies of #DDFE3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE3F

Black with #DDFE3F

Text Example


Text Example

White with #DDFE3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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