Html Css Color HEX #DDF460 Mindaro

📋 copy color: '#DDF460'

red 221 ◦ green 244 ◦ blue 96

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

Shades of Mindaro #DDF460

Tints of Mindaro #DDF460

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.49%

 BLUE value IS 96 (37.89% from 255) = 17.11%

R = 39.39%
G = 43.49%
B = 17.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.04

RGB Variations

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

Color information

#DDF460 (or 0xDDF460) is known color: Mindaro. HEX triplet: DD, F4 and 60. RGB value is (221,244,96). Sum of RGB (Red+Green+Blue) = 221+244+96=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 244 (95.70% from 255 or 43.49% from 561); Blue value is 96 (37.89% from 255 or 17.11% from 561); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF460 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF460 is #220B9F. Grayscale: #DCDCDC. Windows color (decimal): -2231200 or 6354141. OLE color: 6354141.

HSL color Cylindrical-coordinate representation of color #DDF460: hue angle of 69.32º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF460 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 244 96 -
CMYK 0.09 0 0.61 0.04
HSL 69.32º 0.87% 0.67% -
HSV(B) 69.32º 0.61% 0.96% -
XYZ 64.28 80.92 23.3 -
YUV 220.25 57.88 128.53 -
System Red Green Blue C M Y K H S L
Decimal 221 244 96 0.09 0 0.61 0.04 69.32 0.87 0.67
Hex DD F4 60 9 0 3D 4 45 57 43
Octal 335 364 140 11 0 75 4 105 127 103
Binary 11011101 11110100 1100000 1001 0 111101 100 1000101 1010111 1000011

Color Harmonies of #DDF460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF460

Black with #DDF460

Text Example


Text Example

White with #DDF460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF460; }

 p { color: rgb(221,244,96); }

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

background-color css

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

 a { background-color: rgb(221,244,96); }

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

border-color css

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

 span { border-color: rgb(221,244,96); }

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