Html Css Color HEX #DDF67D Mindaro

📋 copy color: '#DDF67D'

red 221 ◦ green 246 ◦ blue 125

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

Shades of Mindaro #DDF67D

Tints of Mindaro #DDF67D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.55%

 BLUE value IS 125 (49.22% from 255) = 21.11%

R = 37.33%
G = 41.55%
B = 21.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.04

RGB Variations

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

Color information

#DDF67D (or 0xDDF67D) is known color: Mindaro. HEX triplet: DD, F6 and 7D. RGB value is (221,246,125). Sum of RGB (Red+Green+Blue) = 221+246+125=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 125 (49.22% from 255 or 21.11% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF67D is #220982. Grayscale: #E1E1E1. Windows color (decimal): -2230659 or 8255197. OLE color: 8255197.

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

Color convert

RGB 221 246 125 -
CMYK 0.10 0 0.49 0.04
HSL 72.4º 0.87% 0.73% -
HSV(B) 72.4º 0.49% 0.96% -
XYZ 66.48 82.76 31.87 -
YUV 224.73 71.72 125.34 -
System Red Green Blue C M Y K H S L
Decimal 221 246 125 0.10 0 0.49 0.04 72.4 0.87 0.73
Hex DD F6 7D A 0 31 4 48 57 49
Octal 335 366 175 12 0 61 4 110 127 111
Binary 11011101 11110110 1111101 1010 0 110001 100 1001000 1010111 1001001

Color Harmonies of #DDF67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF67D

Black with #DDF67D

Text Example


Text Example

White with #DDF67D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF67D; }

 p { color: rgb(221,246,125); }

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

background-color css

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

 a { background-color: rgb(221,246,125); }

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

border-color css

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

 span { border-color: rgb(221,246,125); }

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