Html Css Color HEX #DDF76B Mindaro

📋 copy color: '#DDF76B'

red 221 ◦ green 247 ◦ blue 107

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

Shades of Mindaro #DDF76B

Tints of Mindaro #DDF76B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.61%

R = 38.43%
G = 42.96%
B = 18.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.03

RGB Variations

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

Color information

#DDF76B (or 0xDDF76B) is known color: Mindaro. HEX triplet: DD, F7 and 6B. RGB value is (221,247,107). Sum of RGB (Red+Green+Blue) = 221+247+107=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 107 (42.19% from 255 or 18.61% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF76B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF76B is #220894. Grayscale: #DFDFDF. Windows color (decimal): -2230421 or 7075805. OLE color: 7075805.

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

Color convert

RGB 221 247 107 -
CMYK 0.11 0 0.57 0.03
HSL 71.14º 0.9% 0.69% -
HSV(B) 71.14º 0.57% 0.97% -
XYZ 65.73 82.96 26.46 -
YUV 223.27 62.39 126.38 -
System Red Green Blue C M Y K H S L
Decimal 221 247 107 0.11 0 0.57 0.03 71.14 0.9 0.69
Hex DD F7 6B B 0 39 3 47 5A 45
Octal 335 367 153 13 0 71 3 107 132 105
Binary 11011101 11110111 1101011 1011 0 111001 11 1000111 1011010 1000101

Color Harmonies of #DDF76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF76B

Black with #DDF76B

Text Example


Text Example

White with #DDF76B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF76B; }

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

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

background-color css

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

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

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

border-color css

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

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

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