Html Css Color HEX #DDF165 Mindaro

📋 copy color: '#DDF165'

red 221 ◦ green 241 ◦ blue 101

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

Shades of Mindaro #DDF165

Tints of Mindaro #DDF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.81%

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

R = 39.25%
G = 42.81%
B = 17.94%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#DDF165 (or 0xDDF165) is known color: Mindaro. HEX triplet: DD, F1 and 65. RGB value is (221,241,101). Sum of RGB (Red+Green+Blue) = 221+241+101=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 241 (94.53% from 255 or 42.81% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF165 is #220E9A. Grayscale: #DBDBDB. Windows color (decimal): -2231963 or 6681053. OLE color: 6681053.

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

Color convert

RGB 221 241 101 -
CMYK 0.08 0 0.58 0.05
HSL 68.57º 0.83% 0.67% -
HSV(B) 68.57º 0.58% 0.95% -
XYZ 63.62 79.22 24.25 -
YUV 219.06 61.37 129.38 -
System Red Green Blue C M Y K H S L
Decimal 221 241 101 0.08 0 0.58 0.05 68.57 0.83 0.67
Hex DD F1 65 8 0 3A 5 45 53 43
Octal 335 361 145 10 0 72 5 105 123 103
Binary 11011101 11110001 1100101 1000 0 111010 101 1000101 1010011 1000011

Color Harmonies of #DDF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF165

Black with #DDF165

Text Example


Text Example

White with #DDF165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF165; }

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

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

background-color css

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

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

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

border-color css

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

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

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