Html Css Color HEX #DDF241 Pear

📋 copy color: '#DDF241'

red 221 ◦ green 242 ◦ blue 65

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

Shades of Pear #DDF241

Tints of Pear #DDF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 12.31%

R = 41.86%
G = 45.83%
B = 12.31%

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

#DDF241 (or 0xDDF241) is known color: Pear. HEX triplet: DD, F2 and 41. RGB value is (221,242,65). Sum of RGB (Red+Green+Blue) = 221+242+65=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 65 (25.78% from 255 or 12.31% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF241 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF241 is #220DBE. Grayscale: #D8D8D8. Windows color (decimal): -2231743 or 4322013. OLE color: 4322013.

HSL color Cylindrical-coordinate representation of color #DDF241: hue angle of 67.12º 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 #DDF241 is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 65 -
CMYK 0.09 0 0.73 0.05
HSL 67.12º 0.87% 0.6% -
HSV(B) 67.12º 0.73% 0.95% -
XYZ 62.53 79.26 17 -
YUV 215.54 43.04 131.89 -
System Red Green Blue C M Y K H S L
Decimal 221 242 65 0.09 0 0.73 0.05 67.12 0.87 0.6
Hex DD F2 41 9 0 49 5 43 57 3C
Octal 335 362 101 11 0 111 5 103 127 74
Binary 11011101 11110010 1000001 1001 0 1001001 101 1000011 1010111 111100

Color Harmonies of #DDF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF241

Black with #DDF241

Text Example


Text Example

White with #DDF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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