Html Css Color HEX #DDFE3D Pear

📋 copy color: '#DDFE3D'

red 221 ◦ green 254 ◦ blue 61

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

Shades of Pear #DDFE3D

Tints of Pear #DDFE3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 11.38%

R = 41.23%
G = 47.39%
B = 11.38%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.76

 K value IS 0.00

RGB Variations

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

Color information

#DDFE3D (or 0xDDFE3D) is known color: Pear. HEX triplet: DD, FE and 3D. RGB value is (221,254,61). Sum of RGB (Red+Green+Blue) = 221+254+61=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 254 (99.61% from 255 or 47.39% from 536); Blue value is 61 (24.22% from 255 or 11.38% from 536); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE3D is #2201C2. Grayscale: #DEDEDE. Windows color (decimal): -2228675 or 4062941. OLE color: 4062941.

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

Color convert

RGB 221 254 61 -
CMYK 0.13 0 0.76 0.00
HSL 70.26º 0.99% 0.62% -
HSV(B) 70.26º 0.76% 1% -
XYZ 66.1 86.59 17.64 -
YUV 222.13 37.07 127.19 -
System Red Green Blue C M Y K H S L
Decimal 221 254 61 0.13 0 0.76 0.00 70.26 0.99 0.62
Hex DD FE 3D D 0 4C 0 46 63 3E
Octal 335 376 75 15 0 114 0 106 143 76
Binary 11011101 11111110 111101 1101 0 1001100 0 1000110 1100011 111110

Color Harmonies of #DDFE3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE3D

Black with #DDFE3D

Text Example


Text Example

White with #DDFE3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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