Html Css Color HEX #DDF740 Pear

📋 copy color: '#DDF740'

red 221 ◦ green 247 ◦ blue 64

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

Shades of Pear #DDF740

Tints of Pear #DDF740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.03%

R = 41.54%
G = 46.43%
B = 12.03%

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

#DDF740 (or 0xDDF740) is known color: Pear. HEX triplet: DD, F7 and 40. RGB value is (221,247,64). Sum of RGB (Red+Green+Blue) = 221+247+64=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF740 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF740 is #2208BF. Grayscale: #DBDBDB. Windows color (decimal): -2230464 or 4257757. OLE color: 4257757.

HSL color Cylindrical-coordinate representation of color #DDF740: hue angle of 68.52º 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 #DDF740 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 64 -
CMYK 0.11 0 0.74 0.03
HSL 68.52º 0.92% 0.61% -
HSV(B) 68.52º 0.74% 0.97% -
XYZ 64 82.26 17.36 -
YUV 218.36 40.89 129.88 -
System Red Green Blue C M Y K H S L
Decimal 221 247 64 0.11 0 0.74 0.03 68.52 0.92 0.61
Hex DD F7 40 B 0 4A 3 45 5C 3D
Octal 335 367 100 13 0 112 3 105 134 75
Binary 11011101 11110111 1000000 1011 0 1001010 11 1000101 1011100 111101

Color Harmonies of #DDF740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF740

Black with #DDF740

Text Example


Text Example

White with #DDF740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF740; }

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

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

background-color css

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

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

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

border-color css

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

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

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