Html Css Color HEX #DDF230 Pear

📋 copy color: '#DDF230'

red 221 ◦ green 242 ◦ blue 48

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

Shades of Pear #DDF230

Tints of Pear #DDF230

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.36%

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

R = 43.25%
G = 47.36%
B = 9.39%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#DDF230 (or 0xDDF230) is known color: Pear. HEX triplet: DD, F2 and 30. RGB value is (221,242,48). Sum of RGB (Red+Green+Blue) = 221+242+48=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 48 (19.14% from 255 or 9.39% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF230 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF230 is #220DCF. Grayscale: #D6D6D6. Windows color (decimal): -2231760 or 3207901. OLE color: 3207901.

HSL color Cylindrical-coordinate representation of color #DDF230: hue angle of 66.49º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DDF230 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 48 -
CMYK 0.09 0 0.80 0.05
HSL 66.49º 0.88% 0.57% -
HSV(B) 66.49º 0.8% 0.95% -
XYZ 62.1 79.09 14.79 -
YUV 213.61 34.54 133.27 -
System Red Green Blue C M Y K H S L
Decimal 221 242 48 0.09 0 0.80 0.05 66.49 0.88 0.57
Hex DD F2 30 9 0 50 5 42 58 39
Octal 335 362 60 11 0 120 5 102 130 71
Binary 11011101 11110010 110000 1001 0 1010000 101 1000010 1011000 111001

Color Harmonies of #DDF230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF230

Black with #DDF230

Text Example


Text Example

White with #DDF230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF230; }

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

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

background-color css

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

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

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

border-color css

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

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

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