Html Css Color HEX #DDFB6A Mindaro

📋 copy color: '#DDFB6A'

red 221 ◦ green 251 ◦ blue 106

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

Shades of Mindaro #DDFB6A

Tints of Mindaro #DDFB6A

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.43%

 BLUE value IS 106 (41.8% from 255) = 18.34%

R = 38.24%
G = 43.43%
B = 18.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#DDFB6A (or 0xDDFB6A) is known color: Mindaro. HEX triplet: DD, FB and 6A. RGB value is (221,251,106). Sum of RGB (Red+Green+Blue) = 221+251+106=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 106 (41.80% from 255 or 18.34% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB6A is #220495. Grayscale: #E2E2E2. Windows color (decimal): -2229398 or 7011293. OLE color: 7011293.

HSL color Cylindrical-coordinate representation of color #DDFB6A: hue angle of 72.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDFB6A is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 251 106 -
CMYK 0.12 0 0.58 0.02
HSL 72.41º 0.95% 0.7% -
HSV(B) 72.41º 0.58% 0.98% -
XYZ 66.92 85.41 26.59 -
YUV 225.5 60.56 124.79 -
System Red Green Blue C M Y K H S L
Decimal 221 251 106 0.12 0 0.58 0.02 72.41 0.95 0.7
Hex DD FB 6A C 0 3A 2 48 5F 46
Octal 335 373 152 14 0 72 2 110 137 106
Binary 11011101 11111011 1101010 1100 0 111010 10 1001000 1011111 1000110

Color Harmonies of #DDFB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB6A

Black with #DDFB6A

Text Example


Text Example

White with #DDFB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB6A; }

 p { color: rgb(221,251,106); }

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

background-color css

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

 a { background-color: rgb(221,251,106); }

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

border-color css

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

 span { border-color: rgb(221,251,106); }

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