Html Css Color HEX #DDEE68 Mindaro

📋 copy color: '#DDEE68'

red 221 ◦ green 238 ◦ blue 104

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

Shades of Mindaro #DDEE68

Tints of Mindaro #DDEE68

RGB

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

 GREEN value IS 238 (93.36% from 255) = 42.27%

 BLUE value IS 104 (41.02% from 255) = 18.47%

R = 39.25%
G = 42.27%
B = 18.47%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#DDEE68 (or 0xDDEE68) is known color: Mindaro. HEX triplet: DD, EE and 68. RGB value is (221,238,104). Sum of RGB (Red+Green+Blue) = 221+238+104=563 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.25% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 104 (41.02% from 255 or 18.47% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE68 is #221197. Grayscale: #DADADA. Windows color (decimal): -2232728 or 6876893. OLE color: 6876893.

HSL color Cylindrical-coordinate representation of color #DDEE68: hue angle of 67.61º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDEE68 is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 238 104 -
CMYK 0.07 0 0.56 0.07
HSL 67.61º 0.8% 0.67% -
HSV(B) 67.61º 0.56% 0.93% -
XYZ 62.89 77.52 24.74 -
YUV 217.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 221 238 104 0.07 0 0.56 0.07 67.61 0.8 0.67
Hex DD EE 68 7 0 38 7 44 50 43
Octal 335 356 150 7 0 70 7 104 120 103
Binary 11011101 11101110 1101000 111 0 111000 111 1000100 1010000 1000011

Color Harmonies of #DDEE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEE68

Black with #DDEE68

Text Example


Text Example

White with #DDEE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEE68; }

 p { color: rgb(221,238,104); }

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

background-color css

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

 a { background-color: rgb(221,238,104); }

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

border-color css

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

 span { border-color: rgb(221,238,104); }

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