Html Css Color HEX #DDF867 Mindaro

📋 copy color: '#DDF867'

red 221 ◦ green 248 ◦ blue 103

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

Shades of Mindaro #DDF867

Tints of Mindaro #DDF867

RGB

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

 GREEN value IS 248 (97.27% from 255) = 43.36%

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

R = 38.64%
G = 43.36%
B = 18.01%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#DDF867 (or 0xDDF867) is known color: Mindaro. HEX triplet: DD, F8 and 67. RGB value is (221,248,103). Sum of RGB (Red+Green+Blue) = 221+248+103=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 103 (40.62% from 255 or 18.01% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF867 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF867 is #220798. Grayscale: #DFDFDF. Windows color (decimal): -2230169 or 6813917. OLE color: 6813917.

HSL color Cylindrical-coordinate representation of color #DDF867: hue angle of 71.17º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF867 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 248 103 -
CMYK 0.11 0 0.58 0.03
HSL 71.17º 0.91% 0.69% -
HSV(B) 71.17º 0.58% 0.97% -
XYZ 65.83 83.49 25.48 -
YUV 223.4 60.05 126.29 -
System Red Green Blue C M Y K H S L
Decimal 221 248 103 0.11 0 0.58 0.03 71.17 0.91 0.69
Hex DD F8 67 B 0 3A 3 47 5B 45
Octal 335 370 147 13 0 72 3 107 133 105
Binary 11011101 11111000 1100111 1011 0 111010 11 1000111 1011011 1000101

Color Harmonies of #DDF867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF867

Black with #DDF867

Text Example


Text Example

White with #DDF867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF867; }

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

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

background-color css

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

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

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

border-color css

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

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

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