Html Css Color HEX #DDFF65 Mindaro

📋 copy color: '#DDFF65'

red 221 ◦ green 255 ◦ blue 101

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

Shades of Mindaro #DDFF65

Tints of Mindaro #DDFF65

RGB

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

 GREEN value IS 255 (100% from 255) = 44.19%

 BLUE value IS 101 (39.84% from 255) = 17.5%

R = 38.3%
G = 44.19%
B = 17.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#DDFF65 (or 0xDDFF65) is known color: Mindaro. HEX triplet: DD, FF and 65. RGB value is (221,255,101). Sum of RGB (Red+Green+Blue) = 221+255+101=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 101 (39.84% from 255 or 17.50% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFF65 is #22009A. Grayscale: #E3E3E3. Windows color (decimal): -2228379 or 6684637. OLE color: 6684637.

HSL color Cylindrical-coordinate representation of color #DDFF65: hue angle of 73.25º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFF65 is Cyan = 0.13, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 221 255 101 -
CMYK 0.13 0 0.60 0
HSL 73.25º 1% 0.7% -
HSV(B) 73.25º 0.6% 1% -
XYZ 67.93 87.83 25.68 -
YUV 227.28 56.74 123.52 -
System Red Green Blue C M Y K H S L
Decimal 221 255 101 0.13 0 0.60 0 73.25 1 0.7
Hex DD FF 65 D 0 3C 0 49 64 46
Octal 335 377 145 15 0 74 0 111 144 106
Binary 11011101 11111111 1100101 1101 0 111100 0 1001001 1100100 1000110

Color Harmonies of #DDFF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFF65

Black with #DDFF65

Text Example


Text Example

White with #DDFF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFF65; }

 p { color: rgb(221,255,101); }

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

background-color css

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

 a { background-color: rgb(221,255,101); }

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

border-color css

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

 span { border-color: rgb(221,255,101); }

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