Html Css Color HEX #DDFB60 Mindaro

📋 copy color: '#DDFB60'

red 221 ◦ green 251 ◦ blue 96

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

Shades of Mindaro #DDFB60

Tints of Mindaro #DDFB60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 16.9%

R = 38.91%
G = 44.19%
B = 16.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#DDFB60 (or 0xDDFB60) is known color: Mindaro. HEX triplet: DD, FB and 60. RGB value is (221,251,96). Sum of RGB (Red+Green+Blue) = 221+251+96=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 251 (98.44% from 255 or 44.19% from 568); Blue value is 96 (37.89% from 255 or 16.90% from 568); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFB60 is #22049F. Grayscale: #E0E0E0. Windows color (decimal): -2229408 or 6355933. OLE color: 6355933.

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

Color convert

RGB 221 251 96 -
CMYK 0.12 0 0.62 0.02
HSL 71.61º 0.95% 0.68% -
HSV(B) 71.61º 0.62% 0.98% -
XYZ 66.43 85.21 24.01 -
YUV 224.36 55.56 125.6 -
System Red Green Blue C M Y K H S L
Decimal 221 251 96 0.12 0 0.62 0.02 71.61 0.95 0.68
Hex DD FB 60 C 0 3E 2 48 5F 44
Octal 335 373 140 14 0 76 2 110 137 104
Binary 11011101 11111011 1100000 1100 0 111110 10 1001000 1011111 1000100

Color Harmonies of #DDFB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFB60

Black with #DDFB60

Text Example


Text Example

White with #DDFB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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