Html Css Color HEX #DDF228 Pear

📋 copy color: '#DDF228'

red 221 ◦ green 242 ◦ blue 40

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

Shades of Pear #DDF228

Tints of Pear #DDF228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.11%

 BLUE value IS 40 (16.02% from 255) = 7.95%

R = 43.94%
G = 48.11%
B = 7.95%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#DDF228 (or 0xDDF228) is known color: Pear. HEX triplet: DD, F2 and 28. RGB value is (221,242,40). Sum of RGB (Red+Green+Blue) = 221+242+40=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 40 (16.02% from 255 or 7.95% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF228 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF228 is #220DD7. Grayscale: #D5D5D5. Windows color (decimal): -2231768 or 2683613. OLE color: 2683613.

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

Color convert

RGB 221 242 40 -
CMYK 0.09 0 0.83 0.05
HSL 66.24º 0.89% 0.55% -
HSV(B) 66.24º 0.83% 0.95% -
XYZ 61.95 79.03 14 -
YUV 212.69 30.54 133.93 -
System Red Green Blue C M Y K H S L
Decimal 221 242 40 0.09 0 0.83 0.05 66.24 0.89 0.55
Hex DD F2 28 9 0 53 5 42 59 37
Octal 335 362 50 11 0 123 5 102 131 67
Binary 11011101 11110010 101000 1001 0 1010011 101 1000010 1011001 110111

Color Harmonies of #DDF228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF228

Black with #DDF228

Text Example


Text Example

White with #DDF228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF228; }

 p { color: rgb(221,242,40); }

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

background-color css

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

 a { background-color: rgb(221,242,40); }

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

border-color css

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

 span { border-color: rgb(221,242,40); }

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