Html Css Color HEX #DDFF38 Pear

📋 copy color: '#DDFF38'

red 221 ◦ green 255 ◦ blue 56

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

Shades of Pear #DDFF38

Tints of Pear #DDFF38

RGB

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

 GREEN value IS 255 (100% from 255) = 47.93%

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

R = 41.54%
G = 47.93%
B = 10.53%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#DDFF38 (or 0xDDFF38) is known color: Pear. HEX triplet: DD, FF and 38. RGB value is (221,255,56). Sum of RGB (Red+Green+Blue) = 221+255+56=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 255 (100% from 255 or 47.93% from 532); Blue value is 56 (22.27% from 255 or 10.53% from 532); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF38 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF38 is #2200C7. Grayscale: #DEDEDE. Windows color (decimal): -2228424 or 3735517. OLE color: 3735517.

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

Color convert

RGB 221 255 56 -
CMYK 0.13 0 0.78 0
HSL 70.25º 1% 0.61% -
HSV(B) 70.25º 0.78% 1% -
XYZ 66.29 87.18 17.07 -
YUV 222.15 34.24 127.18 -
System Red Green Blue C M Y K H S L
Decimal 221 255 56 0.13 0 0.78 0 70.25 1 0.61
Hex DD FF 38 D 0 4E 0 46 64 3D
Octal 335 377 70 15 0 116 0 106 144 75
Binary 11011101 11111111 111000 1101 0 1001110 0 1000110 1100100 111101

Color Harmonies of #DDFF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF38

Black with #DDFF38

Text Example


Text Example

White with #DDFF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF38; }

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

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

background-color css

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

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

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

border-color css

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

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

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