Html Css Color HEX #DDF465 Mindaro

📋 copy color: '#DDF465'

red 221 ◦ green 244 ◦ blue 101

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

Shades of Mindaro #DDF465

Tints of Mindaro #DDF465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 17.84%

R = 39.05%
G = 43.11%
B = 17.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#DDF465 (or 0xDDF465) is known color: Mindaro. HEX triplet: DD, F4 and 65. RGB value is (221,244,101). Sum of RGB (Red+Green+Blue) = 221+244+101=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 244 (95.70% from 255 or 43.11% from 566); Blue value is 101 (39.84% from 255 or 17.84% from 566); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF465 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF465 is #220B9A. Grayscale: #DDDDDD. Windows color (decimal): -2231195 or 6681821. OLE color: 6681821.

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

Color convert

RGB 221 244 101 -
CMYK 0.09 0 0.59 0.04
HSL 69.65º 0.87% 0.68% -
HSV(B) 69.65º 0.59% 0.96% -
XYZ 64.52 81.01 24.55 -
YUV 220.82 60.38 128.13 -
System Red Green Blue C M Y K H S L
Decimal 221 244 101 0.09 0 0.59 0.04 69.65 0.87 0.68
Hex DD F4 65 9 0 3B 4 46 57 44
Octal 335 364 145 11 0 73 4 106 127 104
Binary 11011101 11110100 1100101 1001 0 111011 100 1000110 1010111 1000100

Color Harmonies of #DDF465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF465

Black with #DDF465

Text Example


Text Example

White with #DDF465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF465; }

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

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

background-color css

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

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

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

border-color css

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

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

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