Html Css Color HEX #DDF862 Mindaro

📋 copy color: '#DDF862'

red 221 ◦ green 248 ◦ blue 98

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

Shades of Mindaro #DDF862

Tints of Mindaro #DDF862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 17.28%

R = 38.98%
G = 43.74%
B = 17.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#DDF862 (or 0xDDF862) is known color: Mindaro. HEX triplet: DD, F8 and 62. RGB value is (221,248,98). Sum of RGB (Red+Green+Blue) = 221+248+98=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 248 (97.27% from 255 or 43.74% from 567); Blue value is 98 (38.67% from 255 or 17.28% from 567); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF862 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF862 is #22079D. Grayscale: #DFDFDF. Windows color (decimal): -2230174 or 6486237. OLE color: 6486237.

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

Color convert

RGB 221 248 98 -
CMYK 0.11 0 0.60 0.03
HSL 70.8º 0.91% 0.68% -
HSV(B) 70.8º 0.6% 0.97% -
XYZ 65.59 83.39 24.19 -
YUV 222.83 57.55 126.7 -
System Red Green Blue C M Y K H S L
Decimal 221 248 98 0.11 0 0.60 0.03 70.8 0.91 0.68
Hex DD F8 62 B 0 3C 3 47 5B 44
Octal 335 370 142 13 0 74 3 107 133 104
Binary 11011101 11111000 1100010 1011 0 111100 11 1000111 1011011 1000100

Color Harmonies of #DDF862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF862

Black with #DDF862

Text Example


Text Example

White with #DDF862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF862; }

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

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

background-color css

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

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

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

border-color css

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

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

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