Html Css Color HEX #DDF133 Pear

📋 copy color: '#DDF133'

red 221 ◦ green 241 ◦ blue 51

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

Shades of Pear #DDF133

Tints of Pear #DDF133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 9.94%

R = 43.08%
G = 46.98%
B = 9.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#DDF133 (or 0xDDF133) is known color: Pear. HEX triplet: DD, F1 and 33. RGB value is (221,241,51). Sum of RGB (Red+Green+Blue) = 221+241+51=513 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.08% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 51 (20.31% from 255 or 9.94% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF133 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF133 is #220ECC. Grayscale: #D6D6D6. Windows color (decimal): -2232013 or 3404253. OLE color: 3404253.

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

Color convert

RGB 221 241 51 -
CMYK 0.08 0 0.79 0.05
HSL 66.32º 0.87% 0.57% -
HSV(B) 66.32º 0.79% 0.95% -
XYZ 61.87 78.52 15.03 -
YUV 213.36 36.37 133.45 -
System Red Green Blue C M Y K H S L
Decimal 221 241 51 0.08 0 0.79 0.05 66.32 0.87 0.57
Hex DD F1 33 8 0 4F 5 42 57 39
Octal 335 361 63 10 0 117 5 102 127 71
Binary 11011101 11110001 110011 1000 0 1001111 101 1000010 1010111 111001

Color Harmonies of #DDF133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF133

Black with #DDF133

Text Example


Text Example

White with #DDF133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF133; }

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

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

background-color css

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

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

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

border-color css

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

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

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