Html Css Color HEX #DDF741 Pear

📋 copy color: '#DDF741'

red 221 ◦ green 247 ◦ blue 65

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

Shades of Pear #DDF741

Tints of Pear #DDF741

RGB

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

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

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

R = 41.46%
G = 46.34%
B = 12.2%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.74

 K value IS 0.03

RGB Variations

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

Color information

#DDF741 (or 0xDDF741) is known color: Pear. HEX triplet: DD, F7 and 41. RGB value is (221,247,65). Sum of RGB (Red+Green+Blue) = 221+247+65=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 247 (96.88% from 255 or 46.34% from 533); Blue value is 65 (25.78% from 255 or 12.20% from 533); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF741 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF741 is #2208BE. Grayscale: #DBDBDB. Windows color (decimal): -2230463 or 4323293. OLE color: 4323293.

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

Color convert

RGB 221 247 65 -
CMYK 0.11 0 0.74 0.03
HSL 68.57º 0.92% 0.61% -
HSV(B) 68.57º 0.74% 0.97% -
XYZ 64.03 82.28 17.51 -
YUV 218.48 41.39 129.8 -
System Red Green Blue C M Y K H S L
Decimal 221 247 65 0.11 0 0.74 0.03 68.57 0.92 0.61
Hex DD F7 41 B 0 4A 3 45 5C 3D
Octal 335 367 101 13 0 112 3 105 134 75
Binary 11011101 11110111 1000001 1011 0 1001010 11 1000101 1011100 111101

Color Harmonies of #DDF741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF741

Black with #DDF741

Text Example


Text Example

White with #DDF741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF741; }

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

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

background-color css

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

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

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

border-color css

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

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

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