Html Css Color HEX #DDF67A Mindaro

📋 copy color: '#DDF67A'

red 221 ◦ green 246 ◦ blue 122

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

Shades of Mindaro #DDF67A

Tints of Mindaro #DDF67A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.77%

 BLUE value IS 122 (48.05% from 255) = 20.71%

R = 37.52%
G = 41.77%
B = 20.71%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#DDF67A (or 0xDDF67A) is known color: Mindaro. HEX triplet: DD, F6 and 7A. RGB value is (221,246,122). Sum of RGB (Red+Green+Blue) = 221+246+122=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 122 (48.05% from 255 or 20.71% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #DDF67A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF67A is #220985. Grayscale: #E0E0E0. Windows color (decimal): -2230662 or 8058589. OLE color: 8058589.

HSL color Cylindrical-coordinate representation of color #DDF67A: hue angle of 72.1º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF67A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 246 122 -
CMYK 0.10 0 0.50 0.04
HSL 72.1º 0.87% 0.72% -
HSV(B) 72.1º 0.5% 0.96% -
XYZ 66.29 82.69 30.88 -
YUV 224.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 221 246 122 0.10 0 0.50 0.04 72.1 0.87 0.72
Hex DD F6 7A A 0 32 4 48 57 48
Octal 335 366 172 12 0 62 4 110 127 110
Binary 11011101 11110110 1111010 1010 0 110010 100 1001000 1010111 1001000

Color Harmonies of #DDF67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF67A

Black with #DDF67A

Text Example


Text Example

White with #DDF67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF67A; }

 p { color: rgb(221,246,122); }

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

background-color css

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

 a { background-color: rgb(221,246,122); }

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

border-color css

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

 span { border-color: rgb(221,246,122); }

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