Html Css Color HEX #DDF63F Pear

📋 copy color: '#DDF63F'

red 221 ◦ green 246 ◦ blue 63

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

Shades of Pear #DDF63F

Tints of Pear #DDF63F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 11.89%

R = 41.7%
G = 46.42%
B = 11.89%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.74

 K value IS 0.04

RGB Variations

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

Color information

#DDF63F (or 0xDDF63F) is known color: Pear. HEX triplet: DD, F6 and 3F. RGB value is (221,246,63). Sum of RGB (Red+Green+Blue) = 221+246+63=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 246 (96.48% from 255 or 46.42% from 530); Blue value is 63 (25% from 255 or 11.89% from 530); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF63F is #2209C0. Grayscale: #DADADA. Windows color (decimal): -2230721 or 4191965. OLE color: 4191965.

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

Color convert

RGB 221 246 63 -
CMYK 0.10 0 0.74 0.04
HSL 68.2º 0.91% 0.61% -
HSV(B) 68.2º 0.74% 0.96% -
XYZ 63.67 81.64 17.11 -
YUV 217.66 40.72 130.38 -
System Red Green Blue C M Y K H S L
Decimal 221 246 63 0.10 0 0.74 0.04 68.2 0.91 0.61
Hex DD F6 3F A 0 4A 4 44 5B 3D
Octal 335 366 77 12 0 112 4 104 133 75
Binary 11011101 11110110 111111 1010 0 1001010 100 1000100 1011011 111101

Color Harmonies of #DDF63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF63F

Black with #DDF63F

Text Example


Text Example

White with #DDF63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF63F; }

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

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

background-color css

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

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

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

border-color css

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

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

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