Html Css Color HEX #DDF274 Mindaro

📋 copy color: '#DDF274'

red 221 ◦ green 242 ◦ blue 116

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

Shades of Mindaro #DDF274

Tints of Mindaro #DDF274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.03%

R = 38.17%
G = 41.8%
B = 20.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#DDF274 (or 0xDDF274) is known color: Mindaro. HEX triplet: DD, F2 and 74. RGB value is (221,242,116). Sum of RGB (Red+Green+Blue) = 221+242+116=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 242 (94.92% from 255 or 41.80% from 579); Blue value is 116 (45.70% from 255 or 20.03% from 579); Max value from RGB is 242 - color contains mainly: green. Hex color #DDF274 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF274 is #220D8B. Grayscale: #DDDDDD. Windows color (decimal): -2231692 or 7664349. OLE color: 7664349.

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

Color convert

RGB 221 242 116 -
CMYK 0.09 0 0.52 0.05
HSL 70º 0.83% 0.7% -
HSV(B) 70º 0.52% 0.95% -
XYZ 64.72 80.14 28.58 -
YUV 221.36 68.54 127.75 -
System Red Green Blue C M Y K H S L
Decimal 221 242 116 0.09 0 0.52 0.05 70 0.83 0.7
Hex DD F2 74 9 0 34 5 46 53 46
Octal 335 362 164 11 0 64 5 106 123 106
Binary 11011101 11110010 1110100 1001 0 110100 101 1000110 1010011 1000110

Color Harmonies of #DDF274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF274

Black with #DDF274

Text Example


Text Example

White with #DDF274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF274; }

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

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

background-color css

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

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

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

border-color css

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

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

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