Html Css Color HEX #DDF63D Pear

📋 copy color: '#DDF63D'

red 221 ◦ green 246 ◦ blue 61

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

Shades of Pear #DDF63D

Tints of Pear #DDF63D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 46.59%

 BLUE value IS 61 (24.22% from 255) = 11.55%

R = 41.86%
G = 46.59%
B = 11.55%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#DDF63D (or 0xDDF63D) is known color: Pear. HEX triplet: DD, F6 and 3D. RGB value is (221,246,61). Sum of RGB (Red+Green+Blue) = 221+246+61=528 (69% of max value = 765). Red value is 221 (86.72% from 255 or 41.86% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 61 (24.22% from 255 or 11.55% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF63D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF63D is #2209C2. Grayscale: #DADADA. Windows color (decimal): -2230723 or 4060893. OLE color: 4060893.

HSL color Cylindrical-coordinate representation of color #DDF63D: hue angle of 68.11º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF63D is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 61 -
CMYK 0.10 0 0.75 0.04
HSL 68.11º 0.91% 0.6% -
HSV(B) 68.11º 0.75% 0.96% -
XYZ 63.62 81.62 16.82 -
YUV 217.44 39.72 130.54 -
System Red Green Blue C M Y K H S L
Decimal 221 246 61 0.10 0 0.75 0.04 68.11 0.91 0.6
Hex DD F6 3D A 0 4B 4 44 5B 3C
Octal 335 366 75 12 0 113 4 104 133 74
Binary 11011101 11110110 111101 1010 0 1001011 100 1000100 1011011 111100

Color Harmonies of #DDF63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF63D

Black with #DDF63D

Text Example


Text Example

White with #DDF63D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF63D; }

 p { color: rgb(221,246,61); }

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

background-color css

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

 a { background-color: rgb(221,246,61); }

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

border-color css

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

 span { border-color: rgb(221,246,61); }

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