Html Css Color HEX #DDF71E Pear

📋 copy color: '#DDF71E'

red 221 ◦ green 247 ◦ blue 30

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

Shades of Pear #DDF71E

Tints of Pear #DDF71E

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.6%

 BLUE value IS 30 (12.11% from 255) = 6.02%

R = 44.38%
G = 49.6%
B = 6.02%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#DDF71E (or 0xDDF71E) is known color: Pear. HEX triplet: DD, F7 and 1E. RGB value is (221,247,30). Sum of RGB (Red+Green+Blue) = 221+247+30=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 30 (12.11% from 255 or 6.02% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF71E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF71E is #2208E1. Grayscale: #D7D7D7. Windows color (decimal): -2230498 or 2029533. OLE color: 2029533.

HSL color Cylindrical-coordinate representation of color #DDF71E: hue angle of 67.19º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF71E is Cyan = 0.11, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 30 -
CMYK 0.11 0 0.88 0.03
HSL 67.19º 0.93% 0.54% -
HSV(B) 67.19º 0.88% 0.97% -
XYZ 63.31 81.99 13.72 -
YUV 214.49 23.89 132.64 -
System Red Green Blue C M Y K H S L
Decimal 221 247 30 0.11 0 0.88 0.03 67.19 0.93 0.54
Hex DD F7 1E B 0 58 3 43 5D 36
Octal 335 367 36 13 0 130 3 103 135 66
Binary 11011101 11110111 11110 1011 0 1011000 11 1000011 1011101 110110

Color Harmonies of #DDF71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF71E

Black with #DDF71E

Text Example


Text Example

White with #DDF71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF71E; }

 p { color: rgb(221,247,30); }

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

background-color css

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

 a { background-color: rgb(221,247,30); }

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

border-color css

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

 span { border-color: rgb(221,247,30); }

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