Html Css Color HEX #DDFC2F Pear

📋 copy color: '#DDFC2F'

red 221 ◦ green 252 ◦ blue 47

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

Shades of Pear #DDFC2F

Tints of Pear #DDFC2F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

 BLUE value IS 47 (18.75% from 255) = 9.04%

R = 42.5%
G = 48.46%
B = 9.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DDFC2F (or 0xDDFC2F) is known color: Pear. HEX triplet: DD, FC and 2F. RGB value is (221,252,47). Sum of RGB (Red+Green+Blue) = 221+252+47=520 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.5% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 47 (18.75% from 255 or 9.04% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFC2F is #2203D0. Grayscale: #DCDCDC. Windows color (decimal): -2229201 or 3144925. OLE color: 3144925.

HSL color Cylindrical-coordinate representation of color #DDFC2F: hue angle of 69.07º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFC2F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 47 -
CMYK 0.12 0 0.81 0.01
HSL 69.07º 0.97% 0.59% -
HSV(B) 69.07º 0.81% 0.99% -
XYZ 65.14 85.2 15.7 -
YUV 219.36 30.73 129.17 -
System Red Green Blue C M Y K H S L
Decimal 221 252 47 0.12 0 0.81 0.01 69.07 0.97 0.59
Hex DD FC 2F C 0 51 1 45 61 3B
Octal 335 374 57 14 0 121 1 105 141 73
Binary 11011101 11111100 101111 1100 0 1010001 1 1000101 1100001 111011

Color Harmonies of #DDFC2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC2F

Black with #DDFC2F

Text Example


Text Example

White with #DDFC2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC2F; }

 p { color: rgb(221,252,47); }

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

background-color css

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

 a { background-color: rgb(221,252,47); }

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

border-color css

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

 span { border-color: rgb(221,252,47); }

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