Html Css Color HEX #DDF467 Mindaro

📋 copy color: '#DDF467'

red 221 ◦ green 244 ◦ blue 103

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

Shades of Mindaro #DDF467

Tints of Mindaro #DDF467

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 18.13%

R = 38.91%
G = 42.96%
B = 18.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#DDF467 (or 0xDDF467) is known color: Mindaro. HEX triplet: DD, F4 and 67. RGB value is (221,244,103). Sum of RGB (Red+Green+Blue) = 221+244+103=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 244 (95.70% from 255 or 42.96% from 568); Blue value is 103 (40.62% from 255 or 18.13% from 568); Max value from RGB is 244 - color contains mainly: green. Hex color #DDF467 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF467 is #220B98. Grayscale: #DDDDDD. Windows color (decimal): -2231193 or 6812893. OLE color: 6812893.

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

Color convert

RGB 221 244 103 -
CMYK 0.09 0 0.58 0.04
HSL 69.79º 0.87% 0.68% -
HSV(B) 69.79º 0.58% 0.96% -
XYZ 64.62 81.05 25.07 -
YUV 221.05 61.38 127.96 -
System Red Green Blue C M Y K H S L
Decimal 221 244 103 0.09 0 0.58 0.04 69.79 0.87 0.68
Hex DD F4 67 9 0 3A 4 46 57 44
Octal 335 364 147 11 0 72 4 106 127 104
Binary 11011101 11110100 1100111 1001 0 111010 100 1000110 1010111 1000100

Color Harmonies of #DDF467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF467

Black with #DDF467

Text Example


Text Example

White with #DDF467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF467; }

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

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

background-color css

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

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

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

border-color css

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

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

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