Html Css Color HEX #DDFC65 Mindaro

📋 copy color: '#DDFC65'

red 221 ◦ green 252 ◦ blue 101

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

Shades of Mindaro #DDFC65

Tints of Mindaro #DDFC65

RGB

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

 GREEN value IS 252 (98.83% from 255) = 43.9%

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

R = 38.5%
G = 43.9%
B = 17.6%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#DDFC65 (or 0xDDFC65) is known color: Mindaro. HEX triplet: DD, FC and 65. RGB value is (221,252,101). Sum of RGB (Red+Green+Blue) = 221+252+101=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 101 (39.84% from 255 or 17.60% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC65 is #22039A. Grayscale: #E2E2E2. Windows color (decimal): -2229147 or 6683869. OLE color: 6683869.

HSL color Cylindrical-coordinate representation of color #DDFC65: hue angle of 72.32º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDFC65 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 221 252 101 -
CMYK 0.12 0 0.60 0.01
HSL 72.32º 0.96% 0.69% -
HSV(B) 72.32º 0.6% 0.99% -
XYZ 66.98 85.93 25.37 -
YUV 225.52 57.73 124.78 -
System Red Green Blue C M Y K H S L
Decimal 221 252 101 0.12 0 0.60 0.01 72.32 0.96 0.69
Hex DD FC 65 C 0 3C 1 48 60 45
Octal 335 374 145 14 0 74 1 110 140 105
Binary 11011101 11111100 1100101 1100 0 111100 1 1001000 1100000 1000101

Color Harmonies of #DDFC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC65

Black with #DDFC65

Text Example


Text Example

White with #DDFC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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