Html Css Color HEX #DDF83D Pear

📋 copy color: '#DDF83D'

red 221 ◦ green 248 ◦ blue 61

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

Shades of Pear #DDF83D

Tints of Pear #DDF83D

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.79%

 BLUE value IS 61 (24.22% from 255) = 11.51%

R = 41.7%
G = 46.79%
B = 11.51%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.75

 K value IS 0.03

RGB Variations

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

Color information

#DDF83D (or 0xDDF83D) is known color: Pear. HEX triplet: DD, F8 and 3D. RGB value is (221,248,61). Sum of RGB (Red+Green+Blue) = 221+248+61=530 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.70% from 530); Green value is 248 (97.27% from 255 or 46.79% from 530); Blue value is 61 (24.22% from 255 or 11.51% from 530); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF83D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF83D is #2207C2. Grayscale: #DBDBDB. Windows color (decimal): -2230211 or 4061405. OLE color: 4061405.

HSL color Cylindrical-coordinate representation of color #DDF83D: hue angle of 68.66º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDF83D is Cyan = 0.11, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 61 -
CMYK 0.11 0 0.75 0.03
HSL 68.66º 0.93% 0.61% -
HSV(B) 68.66º 0.75% 0.97% -
XYZ 64.23 82.84 17.02 -
YUV 218.61 39.05 129.71 -
System Red Green Blue C M Y K H S L
Decimal 221 248 61 0.11 0 0.75 0.03 68.66 0.93 0.61
Hex DD F8 3D B 0 4B 3 45 5D 3D
Octal 335 370 75 13 0 113 3 105 135 75
Binary 11011101 11111000 111101 1011 0 1001011 11 1000101 1011101 111101

Color Harmonies of #DDF83D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF83D

Black with #DDF83D

Text Example


Text Example

White with #DDF83D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF83D; }

 p { color: rgb(221,248,61); }

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

background-color css

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

 a { background-color: rgb(221,248,61); }

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

border-color css

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

 span { border-color: rgb(221,248,61); }

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