Html Css Color HEX #DDFF46 Pear

📋 copy color: '#DDFF46'

red 221 ◦ green 255 ◦ blue 70

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

Shades of Pear #DDFF46

Tints of Pear #DDFF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 12.82%

R = 40.48%
G = 46.7%
B = 12.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#DDFF46 (or 0xDDFF46) is known color: Pear. HEX triplet: DD, FF and 46. RGB value is (221,255,70). Sum of RGB (Red+Green+Blue) = 221+255+70=546 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.48% from 546); Green value is 255 (100% from 255 or 46.70% from 546); Blue value is 70 (27.73% from 255 or 12.82% from 546); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF46 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF46 is #2200B9. Grayscale: #E0E0E0. Windows color (decimal): -2228410 or 4653021. OLE color: 4653021.

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

Color convert

RGB 221 255 70 -
CMYK 0.13 0 0.73 0
HSL 71.03º 1% 0.64% -
HSV(B) 71.03º 0.73% 1% -
XYZ 66.68 87.33 19.14 -
YUV 223.74 41.24 126.04 -
System Red Green Blue C M Y K H S L
Decimal 221 255 70 0.13 0 0.73 0 71.03 1 0.64
Hex DD FF 46 D 0 49 0 47 64 40
Octal 335 377 106 15 0 111 0 107 144 100
Binary 11011101 11111111 1000110 1101 0 1001001 0 1000111 1100100 1000000

Color Harmonies of #DDFF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF46

Black with #DDFF46

Text Example


Text Example

White with #DDFF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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