Html Css Color HEX #DDF761 Mindaro

📋 copy color: '#DDF761'

red 221 ◦ green 247 ◦ blue 97

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

Shades of Mindaro #DDF761

Tints of Mindaro #DDF761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.17%

R = 39.12%
G = 43.72%
B = 17.17%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#DDF761 (or 0xDDF761) is known color: Mindaro. HEX triplet: DD, F7 and 61. RGB value is (221,247,97). Sum of RGB (Red+Green+Blue) = 221+247+97=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 247 (96.88% from 255 or 43.72% from 565); Blue value is 97 (38.28% from 255 or 17.17% from 565); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF761 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF761 is #22089E. Grayscale: #DEDEDE. Windows color (decimal): -2230431 or 6420445. OLE color: 6420445.

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

Color convert

RGB 221 247 97 -
CMYK 0.11 0 0.61 0.03
HSL 70.4º 0.9% 0.67% -
HSV(B) 70.4º 0.61% 0.97% -
XYZ 65.24 82.76 23.84 -
YUV 222.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 221 247 97 0.11 0 0.61 0.03 70.4 0.9 0.67
Hex DD F7 61 B 0 3D 3 46 5A 43
Octal 335 367 141 13 0 75 3 106 132 103
Binary 11011101 11110111 1100001 1011 0 111101 11 1000110 1011010 1000011

Color Harmonies of #DDF761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF761

Black with #DDF761

Text Example


Text Example

White with #DDF761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF761; }

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

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

background-color css

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

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

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

border-color css

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

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

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