Html Css Color HEX #DDF92F Pear

📋 copy color: '#DDF92F'

red 221 ◦ green 249 ◦ blue 47

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

Shades of Pear #DDF92F

Tints of Pear #DDF92F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 48.16%

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

R = 42.75%
G = 48.16%
B = 9.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#DDF92F (or 0xDDF92F) is known color: Pear. HEX triplet: DD, F9 and 2F. RGB value is (221,249,47). Sum of RGB (Red+Green+Blue) = 221+249+47=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 249 (97.66% from 255 or 48.16% from 517); Blue value is 47 (18.75% from 255 or 9.09% from 517); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF92F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF92F is #2206D0. Grayscale: #DADADA. Windows color (decimal): -2229969 or 3144157. OLE color: 3144157.

HSL color Cylindrical-coordinate representation of color #DDF92F: hue angle of 68.32º degrees, saturation: 0.94, 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 #DDF92F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 249 47 -
CMYK 0.11 0 0.81 0.02
HSL 68.32º 0.94% 0.58% -
HSV(B) 68.32º 0.81% 0.98% -
XYZ 64.21 83.33 15.39 -
YUV 217.6 31.72 130.43 -
System Red Green Blue C M Y K H S L
Decimal 221 249 47 0.11 0 0.81 0.02 68.32 0.94 0.58
Hex DD F9 2F B 0 51 2 44 5E 3A
Octal 335 371 57 13 0 121 2 104 136 72
Binary 11011101 11111001 101111 1011 0 1010001 10 1000100 1011110 111010

Color Harmonies of #DDF92F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF92F

Black with #DDF92F

Text Example


Text Example

White with #DDF92F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF92F; }

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

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

background-color css

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

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

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

border-color css

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

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

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