Html Css Color HEX #DDF242 Pear

📋 copy color: '#DDF242'

red 221 ◦ green 242 ◦ blue 66

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

Shades of Pear #DDF242

Tints of Pear #DDF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 12.48%

R = 41.78%
G = 45.75%
B = 12.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#DDF242 (or 0xDDF242) is known color: Pear. HEX triplet: DD, F2 and 42. RGB value is (221,242,66). Sum of RGB (Red+Green+Blue) = 221+242+66=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 66 (26.17% from 255 or 12.48% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF242 is #220DBD. Grayscale: #D8D8D8. Windows color (decimal): -2231742 or 4387549. OLE color: 4387549.

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

Color convert

RGB 221 242 66 -
CMYK 0.09 0 0.73 0.05
HSL 67.16º 0.87% 0.6% -
HSV(B) 67.16º 0.73% 0.95% -
XYZ 62.55 79.27 17.16 -
YUV 215.66 43.54 131.81 -
System Red Green Blue C M Y K H S L
Decimal 221 242 66 0.09 0 0.73 0.05 67.16 0.87 0.6
Hex DD F2 42 9 0 49 5 43 57 3C
Octal 335 362 102 11 0 111 5 103 127 74
Binary 11011101 11110010 1000010 1001 0 1001001 101 1000011 1010111 111100

Color Harmonies of #DDF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF242

Black with #DDF242

Text Example


Text Example

White with #DDF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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