Html Css Color HEX #DDF37F Mindaro

📋 copy color: '#DDF37F'

red 221 ◦ green 243 ◦ blue 127

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

Shades of Mindaro #DDF37F

Tints of Mindaro #DDF37F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.12%

 BLUE value IS 127 (50% from 255) = 21.49%

R = 37.39%
G = 41.12%
B = 21.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#DDF37F (or 0xDDF37F) is known color: Mindaro. HEX triplet: DD, F3 and 7F. RGB value is (221,243,127). Sum of RGB (Red+Green+Blue) = 221+243+127=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 127 (50% from 255 or 21.49% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #DDF37F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF37F is #220C80. Grayscale: #DFDFDF. Windows color (decimal): -2231425 or 8385501. OLE color: 8385501.

HSL color Cylindrical-coordinate representation of color #DDF37F: hue angle of 71.38º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDF37F is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 243 127 -
CMYK 0.09 0 0.48 0.05
HSL 71.38º 0.83% 0.73% -
HSV(B) 71.38º 0.48% 0.95% -
XYZ 65.7 81.01 32.25 -
YUV 223.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 221 243 127 0.09 0 0.48 0.05 71.38 0.83 0.73
Hex DD F3 7F 9 0 30 5 47 53 49
Octal 335 363 177 11 0 60 5 107 123 111
Binary 11011101 11110011 1111111 1001 0 110000 101 1000111 1010011 1001001

Color Harmonies of #DDF37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF37F

Black with #DDF37F

Text Example


Text Example

White with #DDF37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF37F; }

 p { color: rgb(221,243,127); }

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

background-color css

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

 a { background-color: rgb(221,243,127); }

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

border-color css

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

 span { border-color: rgb(221,243,127); }

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