Html Css Color HEX #DDF31E Pear

📋 copy color: '#DDF31E'

red 221 ◦ green 243 ◦ blue 30

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

Shades of Pear #DDF31E

Tints of Pear #DDF31E

RGB

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

 GREEN value IS 243 (95.31% from 255) = 49.19%

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

R = 44.74%
G = 49.19%
B = 6.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#DDF31E (or 0xDDF31E) is known color: Pear. HEX triplet: DD, F3 and 1E. RGB value is (221,243,30). Sum of RGB (Red+Green+Blue) = 221+243+30=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 30 (12.11% from 255 or 6.07% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF31E is #220CE1. Grayscale: #D4D4D4. Windows color (decimal): -2231522 or 2028509. OLE color: 2028509.

HSL color Cylindrical-coordinate representation of color #DDF31E: hue angle of 66.2º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DDF31E is Cyan = 0.09, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 30 -
CMYK 0.09 0 0.88 0.05
HSL 66.2º 0.9% 0.54% -
HSV(B) 66.2º 0.88% 0.95% -
XYZ 62.1 79.57 13.31 -
YUV 212.14 25.21 134.32 -
System Red Green Blue C M Y K H S L
Decimal 221 243 30 0.09 0 0.88 0.05 66.2 0.9 0.54
Hex DD F3 1E 9 0 58 5 42 5A 36
Octal 335 363 36 11 0 130 5 102 132 66
Binary 11011101 11110011 11110 1001 0 1011000 101 1000010 1011010 110110

Color Harmonies of #DDF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF31E

Black with #DDF31E

Text Example


Text Example

White with #DDF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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