Html Css Color HEX #DDFB3E Pear

📋 copy color: '#DDFB3E'

red 221 ◦ green 251 ◦ blue 62

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

Shades of Pear #DDFB3E

Tints of Pear #DDFB3E

RGB

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

 GREEN value IS 251 (98.44% from 255) = 47%

 BLUE value IS 62 (24.61% from 255) = 11.61%

R = 41.39%
G = 47%
B = 11.61%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#DDFB3E (or 0xDDFB3E) is known color: Pear. HEX triplet: DD, FB and 3E. RGB value is (221,251,62). Sum of RGB (Red+Green+Blue) = 221+251+62=534 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.39% from 534); Green value is 251 (98.44% from 255 or 47.00% from 534); Blue value is 62 (24.61% from 255 or 11.61% from 534); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFB3E is #2204C1. Grayscale: #DDDDDD. Windows color (decimal): -2229442 or 4127709. OLE color: 4127709.

HSL color Cylindrical-coordinate representation of color #DDFB3E: hue angle of 69.52º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DDFB3E is Cyan = 0.12, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 62 -
CMYK 0.12 0 0.75 0.02
HSL 69.52º 0.96% 0.61% -
HSV(B) 69.52º 0.75% 0.98% -
XYZ 65.19 84.71 17.47 -
YUV 220.48 38.56 128.37 -
System Red Green Blue C M Y K H S L
Decimal 221 251 62 0.12 0 0.75 0.02 69.52 0.96 0.61
Hex DD FB 3E C 0 4B 2 46 60 3D
Octal 335 373 76 14 0 113 2 106 140 75
Binary 11011101 11111011 111110 1100 0 1001011 10 1000110 1100000 111101

Color Harmonies of #DDFB3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB3E

Black with #DDFB3E

Text Example


Text Example

White with #DDFB3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB3E; }

 p { color: rgb(221,251,62); }

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

background-color css

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

 a { background-color: rgb(221,251,62); }

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

border-color css

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

 span { border-color: rgb(221,251,62); }

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