Html Css Color HEX #DDFD30 Pear

📋 copy color: '#DDFD30'

red 221 ◦ green 253 ◦ blue 48

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

Shades of Pear #DDFD30

Tints of Pear #DDFD30

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

 BLUE value IS 48 (19.14% from 255) = 9.2%

R = 42.34%
G = 48.47%
B = 9.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#DDFD30 (or 0xDDFD30) is known color: Pear. HEX triplet: DD, FD and 30. RGB value is (221,253,48). Sum of RGB (Red+Green+Blue) = 221+253+48=522 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.34% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 48 (19.14% from 255 or 9.20% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFD30 is #2202CF. Grayscale: #DCDCDC. Windows color (decimal): -2228944 or 3210717. OLE color: 3210717.

HSL color Cylindrical-coordinate representation of color #DDFD30: hue angle of 69.37º degrees, saturation: 0.98, 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 #DDFD30 is Cyan = 0.13, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 253 48 -
CMYK 0.13 0 0.81 0.01
HSL 69.37º 0.98% 0.59% -
HSV(B) 69.37º 0.81% 0.99% -
XYZ 65.48 85.84 15.91 -
YUV 220.06 30.9 128.67 -
System Red Green Blue C M Y K H S L
Decimal 221 253 48 0.13 0 0.81 0.01 69.37 0.98 0.59
Hex DD FD 30 D 0 51 1 45 62 3B
Octal 335 375 60 15 0 121 1 105 142 73
Binary 11011101 11111101 110000 1101 0 1010001 1 1000101 1100010 111011

Color Harmonies of #DDFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFD30

Black with #DDFD30

Text Example


Text Example

White with #DDFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFD30; }

 p { color: rgb(221,253,48); }

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

background-color css

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

 a { background-color: rgb(221,253,48); }

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

border-color css

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

 span { border-color: rgb(221,253,48); }

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