Html Css Color HEX #DDFB2F Pear

📋 copy color: '#DDFB2F'

red 221 ◦ green 251 ◦ blue 47

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

Shades of Pear #DDFB2F

Tints of Pear #DDFB2F

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.36%

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

R = 42.58%
G = 48.36%
B = 9.06%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#DDFB2F (or 0xDDFB2F) is known color: Pear. HEX triplet: DD, FB and 2F. RGB value is (221,251,47). Sum of RGB (Red+Green+Blue) = 221+251+47=519 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.58% from 519); Green value is 251 (98.44% from 255 or 48.36% from 519); Blue value is 47 (18.75% from 255 or 9.06% from 519); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB2F is #2204D0. Grayscale: #DBDBDB. Windows color (decimal): -2229457 or 3144669. OLE color: 3144669.

HSL color Cylindrical-coordinate representation of color #DDFB2F: hue angle of 68.82º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DDFB2F is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 47 -
CMYK 0.12 0 0.81 0.02
HSL 68.82º 0.96% 0.58% -
HSV(B) 68.82º 0.81% 0.98% -
XYZ 64.83 84.57 15.6 -
YUV 218.77 31.06 129.59 -
System Red Green Blue C M Y K H S L
Decimal 221 251 47 0.12 0 0.81 0.02 68.82 0.96 0.58
Hex DD FB 2F C 0 51 2 45 60 3A
Octal 335 373 57 14 0 121 2 105 140 72
Binary 11011101 11111011 101111 1100 0 1010001 10 1000101 1100000 111010

Color Harmonies of #DDFB2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB2F

Black with #DDFB2F

Text Example


Text Example

White with #DDFB2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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