Html Css Color HEX #DDF11B Pear

📋 copy color: '#DDF11B'

red 221 ◦ green 241 ◦ blue 27

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

Shades of Pear #DDF11B

Tints of Pear #DDF11B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.52%

R = 45.19%
G = 49.28%
B = 5.52%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#DDF11B (or 0xDDF11B) is known color: Pear. HEX triplet: DD, F1 and 1B. RGB value is (221,241,27). Sum of RGB (Red+Green+Blue) = 221+241+27=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 27 (10.94% from 255 or 5.52% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF11B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF11B is #220EE4. Grayscale: #D3D3D3. Windows color (decimal): -2232037 or 1831389. OLE color: 1831389.

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

Color convert

RGB 221 241 27 -
CMYK 0.08 0 0.89 0.05
HSL 65.61º 0.88% 0.53% -
HSV(B) 65.61º 0.89% 0.95% -
XYZ 61.47 78.36 12.92 -
YUV 210.62 24.37 135.4 -
System Red Green Blue C M Y K H S L
Decimal 221 241 27 0.08 0 0.89 0.05 65.61 0.88 0.53
Hex DD F1 1B 8 0 59 5 42 58 35
Octal 335 361 33 10 0 131 5 102 130 65
Binary 11011101 11110001 11011 1000 0 1011001 101 1000010 1011000 110101

Color Harmonies of #DDF11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF11B

Black with #DDF11B

Text Example


Text Example

White with #DDF11B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF11B; }

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

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

background-color css

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

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

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

border-color css

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

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

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