Html Css Color HEX #DDF138 Pear

📋 copy color: '#DDF138'

red 221 ◦ green 241 ◦ blue 56

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

Shades of Pear #DDF138

Tints of Pear #DDF138

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.53%

 BLUE value IS 56 (22.27% from 255) = 10.81%

R = 42.66%
G = 46.53%
B = 10.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#DDF138 (or 0xDDF138) is known color: Pear. HEX triplet: DD, F1 and 38. RGB value is (221,241,56). Sum of RGB (Red+Green+Blue) = 221+241+56=518 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.66% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 56 (22.27% from 255 or 10.81% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF138 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF138 is #220EC7. Grayscale: #D6D6D6. Windows color (decimal): -2232008 or 3731933. OLE color: 3731933.

HSL color Cylindrical-coordinate representation of color #DDF138: hue angle of 66.49º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DDF138 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 56 -
CMYK 0.08 0 0.77 0.05
HSL 66.49º 0.87% 0.58% -
HSV(B) 66.49º 0.77% 0.95% -
XYZ 61.99 78.57 15.64 -
YUV 213.93 38.87 133.04 -
System Red Green Blue C M Y K H S L
Decimal 221 241 56 0.08 0 0.77 0.05 66.49 0.87 0.58
Hex DD F1 38 8 0 4D 5 42 57 3A
Octal 335 361 70 10 0 115 5 102 127 72
Binary 11011101 11110001 111000 1000 0 1001101 101 1000010 1010111 111010

Color Harmonies of #DDF138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF138

Black with #DDF138

Text Example


Text Example

White with #DDF138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF138; }

 p { color: rgb(221,241,56); }

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

background-color css

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

 a { background-color: rgb(221,241,56); }

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

border-color css

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

 span { border-color: rgb(221,241,56); }

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