Html Css Color HEX #DDFF30 Pear

📋 copy color: '#DDFF30'

red 221 ◦ green 255 ◦ blue 48

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

Shades of Pear #DDFF30

Tints of Pear #DDFF30

RGB

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

 GREEN value IS 255 (100% from 255) = 48.66%

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

R = 42.18%
G = 48.66%
B = 9.16%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#DDFF30 (or 0xDDFF30) is known color: Pear. HEX triplet: DD, FF and 30. RGB value is (221,255,48). Sum of RGB (Red+Green+Blue) = 221+255+48=524 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.18% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 48 (19.14% from 255 or 9.16% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF30 is #2200CF. Grayscale: #DEDEDE. Windows color (decimal): -2228432 or 3211229. OLE color: 3211229.

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

Color convert

RGB 221 255 48 -
CMYK 0.13 0 0.81 0
HSL 69.86º 1% 0.59% -
HSV(B) 69.86º 0.81% 1% -
XYZ 66.11 87.11 16.12 -
YUV 221.24 30.24 127.83 -
System Red Green Blue C M Y K H S L
Decimal 221 255 48 0.13 0 0.81 0 69.86 1 0.59
Hex DD FF 30 D 0 51 0 46 64 3B
Octal 335 377 60 15 0 121 0 106 144 73
Binary 11011101 11111111 110000 1101 0 1010001 0 1000110 1100100 111011

Color Harmonies of #DDFF30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF30

Black with #DDFF30

Text Example


Text Example

White with #DDFF30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF30; }

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

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

background-color css

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

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

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

border-color css

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

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

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