Html Css Color HEX #DDF27A Mindaro

📋 copy color: '#DDF27A'

red 221 ◦ green 242 ◦ blue 122

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

Shades of Mindaro #DDF27A

Tints of Mindaro #DDF27A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

 BLUE value IS 122 (48.05% from 255) = 20.85%

R = 37.78%
G = 41.37%
B = 20.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#DDF27A (or 0xDDF27A) is known color: Mindaro. HEX triplet: DD, F2 and 7A. RGB value is (221,242,122). Sum of RGB (Red+Green+Blue) = 221+242+122=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 122 (48.05% from 255 or 20.85% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF27A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF27A is #220D85. Grayscale: #DEDEDE. Windows color (decimal): -2231686 or 8057565. OLE color: 8057565.

HSL color Cylindrical-coordinate representation of color #DDF27A: hue angle of 70.5º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF27A is Cyan = 0.09, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 242 122 -
CMYK 0.09 0 0.50 0.05
HSL 70.5º 0.82% 0.71% -
HSV(B) 70.5º 0.5% 0.95% -
XYZ 65.08 80.28 30.48 -
YUV 222.04 71.54 127.26 -
System Red Green Blue C M Y K H S L
Decimal 221 242 122 0.09 0 0.50 0.05 70.5 0.82 0.71
Hex DD F2 7A 9 0 32 5 46 52 47
Octal 335 362 172 11 0 62 5 106 122 107
Binary 11011101 11110010 1111010 1001 0 110010 101 1000110 1010010 1000111

Color Harmonies of #DDF27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF27A

Black with #DDF27A

Text Example


Text Example

White with #DDF27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF27A; }

 p { color: rgb(221,242,122); }

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

background-color css

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

 a { background-color: rgb(221,242,122); }

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

border-color css

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

 span { border-color: rgb(221,242,122); }

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