Html Css Color HEX #DDF63A Pear

📋 copy color: '#DDF63A'

red 221 ◦ green 246 ◦ blue 58

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

Shades of Pear #DDF63A

Tints of Pear #DDF63A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 11.05%

R = 42.1%
G = 46.86%
B = 11.05%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#DDF63A (or 0xDDF63A) is known color: Pear. HEX triplet: DD, F6 and 3A. RGB value is (221,246,58). Sum of RGB (Red+Green+Blue) = 221+246+58=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 246 (96.48% from 255 or 46.86% from 525); Blue value is 58 (23.05% from 255 or 11.05% from 525); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF63A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF63A is #2209C5. Grayscale: #D9D9D9. Windows color (decimal): -2230726 or 3864285. OLE color: 3864285.

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

Color convert

RGB 221 246 58 -
CMYK 0.10 0 0.76 0.04
HSL 67.98º 0.91% 0.6% -
HSV(B) 67.98º 0.76% 0.96% -
XYZ 63.54 81.59 16.4 -
YUV 217.09 38.22 130.79 -
System Red Green Blue C M Y K H S L
Decimal 221 246 58 0.10 0 0.76 0.04 67.98 0.91 0.6
Hex DD F6 3A A 0 4C 4 44 5B 3C
Octal 335 366 72 12 0 114 4 104 133 74
Binary 11011101 11110110 111010 1010 0 1001100 100 1000100 1011011 111100

Color Harmonies of #DDF63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF63A

Black with #DDF63A

Text Example


Text Example

White with #DDF63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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