Html Css Color HEX #DDFE38 Pear

📋 copy color: '#DDFE38'

red 221 ◦ green 254 ◦ blue 56

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

Shades of Pear #DDFE38

Tints of Pear #DDFE38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 10.55%

R = 41.62%
G = 47.83%
B = 10.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0.00

RGB Variations

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

Color information

#DDFE38 (or 0xDDFE38) is known color: Pear. HEX triplet: DD, FE and 38. RGB value is (221,254,56). Sum of RGB (Red+Green+Blue) = 221+254+56=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 56 (22.27% from 255 or 10.55% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFE38 is #2201C7. Grayscale: #DEDEDE. Windows color (decimal): -2228680 or 3735261. OLE color: 3735261.

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

Color convert

RGB 221 254 56 -
CMYK 0.13 0 0.78 0.00
HSL 70º 0.99% 0.61% -
HSV(B) 70º 0.78% 1% -
XYZ 65.97 86.54 16.97 -
YUV 221.56 34.57 127.6 -
System Red Green Blue C M Y K H S L
Decimal 221 254 56 0.13 0 0.78 0.00 70 0.99 0.61
Hex DD FE 38 D 0 4E 0 46 63 3D
Octal 335 376 70 15 0 116 0 106 143 75
Binary 11011101 11111110 111000 1101 0 1001110 0 1000110 1100011 111101

Color Harmonies of #DDFE38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFE38

Black with #DDFE38

Text Example


Text Example

White with #DDFE38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFE38; }

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

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

background-color css

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

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

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

border-color css

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

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

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