Html Css Color HEX #DDFF37 Pear

📋 copy color: '#DDFF37'

red 221 ◦ green 255 ◦ blue 55

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

Shades of Pear #DDFF37

Tints of Pear #DDFF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 10.36%

R = 41.62%
G = 48.02%
B = 10.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.78

 K value IS 0

RGB Variations

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

Color information

#DDFF37 (or 0xDDFF37) is known color: Pear. HEX triplet: DD, FF and 37. RGB value is (221,255,55). Sum of RGB (Red+Green+Blue) = 221+255+55=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 255 (100% from 255 or 48.02% from 531); Blue value is 55 (21.88% from 255 or 10.36% from 531); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF37 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDFF37 is #2200C8. Grayscale: #DEDEDE. Windows color (decimal): -2228425 or 3669981. OLE color: 3669981.

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

Color convert

RGB 221 255 55 -
CMYK 0.13 0 0.78 0
HSL 70.2º 1% 0.61% -
HSV(B) 70.2º 0.78% 1% -
XYZ 66.27 87.17 16.95 -
YUV 222.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 221 255 55 0.13 0 0.78 0 70.2 1 0.61
Hex DD FF 37 D 0 4E 0 46 64 3D
Octal 335 377 67 15 0 116 0 106 144 75
Binary 11011101 11111111 110111 1101 0 1001110 0 1000110 1100100 111101

Color Harmonies of #DDFF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF37

Black with #DDFF37

Text Example


Text Example

White with #DDFF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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