Html Css Color HEX #DDFC6B Mindaro

📋 copy color: '#DDFC6B'

red 221 ◦ green 252 ◦ blue 107

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

Shades of Mindaro #DDFC6B

Tints of Mindaro #DDFC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 18.45%

R = 38.1%
G = 43.45%
B = 18.45%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#DDFC6B (or 0xDDFC6B) is known color: Mindaro. HEX triplet: DD, FC and 6B. RGB value is (221,252,107). Sum of RGB (Red+Green+Blue) = 221+252+107=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 252 (98.83% from 255 or 43.45% from 580); Blue value is 107 (42.19% from 255 or 18.45% from 580); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC6B is #220394. Grayscale: #E2E2E2. Windows color (decimal): -2229141 or 7077085. OLE color: 7077085.

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

Color convert

RGB 221 252 107 -
CMYK 0.12 0 0.58 0.01
HSL 72.83º 0.96% 0.7% -
HSV(B) 72.83º 0.58% 0.99% -
XYZ 67.28 86.05 26.97 -
YUV 226.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 221 252 107 0.12 0 0.58 0.01 72.83 0.96 0.7
Hex DD FC 6B C 0 3A 1 49 60 46
Octal 335 374 153 14 0 72 1 111 140 106
Binary 11011101 11111100 1101011 1100 0 111010 1 1001001 1100000 1000110

Color Harmonies of #DDFC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFC6B

Black with #DDFC6B

Text Example


Text Example

White with #DDFC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFC6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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