Html Css Color HEX #DDF762 Mindaro

📋 copy color: '#DDF762'

red 221 ◦ green 247 ◦ blue 98

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

Shades of Mindaro #DDF762

Tints of Mindaro #DDF762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 43.64%

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

R = 39.05%
G = 43.64%
B = 17.31%

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

#DDF762 (or 0xDDF762) is known color: Mindaro. HEX triplet: DD, F7 and 62. RGB value is (221,247,98). Sum of RGB (Red+Green+Blue) = 221+247+98=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 98 (38.67% from 255 or 17.31% from 566); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF762 is #22089D. Grayscale: #DEDEDE. Windows color (decimal): -2230430 or 6485981. OLE color: 6485981.

HSL color Cylindrical-coordinate representation of color #DDF762: hue angle of 70.47º degrees, saturation: 0.9, 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 #DDF762 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 221 247 98 -
CMYK 0.11 0 0.60 0.03
HSL 70.47º 0.9% 0.68% -
HSV(B) 70.47º 0.6% 0.97% -
XYZ 65.28 82.78 24.09 -
YUV 222.24 57.89 127.12 -
System Red Green Blue C M Y K H S L
Decimal 221 247 98 0.11 0 0.60 0.03 70.47 0.9 0.68
Hex DD F7 62 B 0 3C 3 46 5A 44
Octal 335 367 142 13 0 74 3 106 132 104
Binary 11011101 11110111 1100010 1011 0 111100 11 1000110 1011010 1000100

Color Harmonies of #DDF762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF762

Black with #DDF762

Text Example


Text Example

White with #DDF762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF762; }

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

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

background-color css

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

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

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

border-color css

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

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

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